makearmy-app/node_modules/next/dist/shared/lib/canary-only.d.ts

7 lines
170 B
TypeScript
Raw Normal View History

2025-09-22 10:37:53 -04:00
export declare function isStableBuild(): boolean;
export declare class CanaryOnlyError extends Error {
constructor(arg: {
feature: string;
} | string);
}