codesandbox
Version:
The CLI used for communicating with CodeSandbox
8 lines (7 loc) • 345 B
TypeScript
export declare function log(text?: string): void;
export declare function logCodeSandbox(): void;
export declare function extraHelp(): void;
export declare function info(text: string): void;
export declare function error(text: string): void;
export declare function warn(text: string): void;
export declare function success(text: string): void;