UNPKG

dts-cli

Version:

Zero-config TypeScript package development

8 lines (7 loc) 376 B
export declare const info: (msg: string) => void; export declare const error: (msg: string | Error) => void; export declare const success: (msg: string) => void; export declare const wait: (msg: string) => () => void; export declare const cmd: (cmd: string) => string; export declare const code: (cmd: string) => string; export declare const param: (param: string) => string;