Files
Shifted/node_modules/next/dist/telemetry/ci-info.d.ts
2026-02-10 01:14:19 +00:00

4 lines
124 B
TypeScript

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