@codesandbox/sdk
Version:
The CodeSandbox SDK
7 lines (6 loc) • 337 B
TypeScript
export declare function getInferredBaseUrl(token: string): string;
export declare function getInferredApiKey(): string;
export declare function getInferredApiHost(): string;
export declare function getInferredRegistryUrl(): string;
export declare function isLocalEnvironment(): boolean;
export declare function isBetaAllowed(): boolean;