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