Files
scrap/node_modules/next/dist/telemetry/ci-info.d.ts
2024-09-24 03:52:46 +00:00

4 lines
124 B
TypeScript

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