smartlog-destination-local/dist/beautylog.figlet.d.ts

4 lines
183 B
TypeScript
Raw Normal View History

2016-10-16 00:26:43 +00:00
import 'typings-global';
2017-01-21 00:05:28 +00:00
export declare let figlet: (textArg: string, optionsArg?: any) => Promise<{}>;
2016-10-16 00:26:43 +00:00
export declare let figletSync: (textArg: string, optionsArg?: any) => boolean;