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

4 lines
175 B
TypeScript
Raw Normal View History

2016-05-23 07:10:30 +00:00
import "typings-global";
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;