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

3 lines
150 B
TypeScript
Raw Normal View History

2016-05-01 23:41:21 +00:00
export declare var figlet: (textArg: string, optionsArg?: any) => any;
export declare var figletSync: (textArg: string, optionsArg?: any) => boolean;