makearmy-app/node_modules/next/dist/shared/lib/canary-only.d.ts
2025-09-22 10:37:53 -04:00

6 lines
170 B
TypeScript

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