2025-11-14 06:32:36 -07:00

4 lines
124 B
TypeScript

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