UNPKG

@platform/ts

Version:

TypesScript build, prepare and publish toolchain.

13 lines (12 loc) 288 B
declare function write(...value: any): void; export declare function getLog(silent?: boolean): { info: typeof write; warn: typeof write; error: typeof write; }; export declare const log: { info: typeof write; warn: typeof write; error: typeof write; }; export {};