Files
lcbp3.np-dms.work/frontend/node_modules/next/dist/shared/lib/canary-only.d.ts
2025-09-21 20:29:15 +07:00

7 lines
170 B
TypeScript
Executable File

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