smartlog-destination-local/dist/beautylog.figlet.d.ts
2017-01-21 01:05:28 +01:00

4 lines
183 B
TypeScript

import 'typings-global';
export declare let figlet: (textArg: string, optionsArg?: any) => Promise<{}>;
export declare let figletSync: (textArg: string, optionsArg?: any) => boolean;