7 lines
170 B
TypeScript
Executable File
7 lines
170 B
TypeScript
Executable File
export declare function isStableBuild(): boolean;
|
|
export declare class CanaryOnlyError extends Error {
|
|
constructor(arg: {
|
|
feature: string;
|
|
} | string);
|
|
}
|