2025-11-13 13:13:34 -07:00

4 lines
124 B
TypeScript

export declare const isCI: boolean;
export declare const name: string | null;
export declare const hasNextSupport: boolean;