Files
cartlog-admin/node_modules/next/dist/shared/lib/canary-only.d.ts
2026-01-01 15:25:19 +05:30

7 lines
170 B
TypeScript

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