Neah/node_modules/next/dist/shared/lib/canary-only.d.ts
2025-04-24 17:19:14 +02:00

7 lines
170 B
TypeScript

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