NeahNew/node_modules/next/dist/shared/lib/canary-only.d.ts
2025-05-03 14:17:46 +02:00

7 lines
170 B
TypeScript

export declare function isStableBuild(): boolean;
export declare class CanaryOnlyError extends Error {
constructor(arg: {
feature: string;
} | string);
}