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

5 lines
213 B
TypeScript
Raw Permalink Normal View History

2016-07-23 17:47:23 +00:00
/// <reference types="q" />
2016-10-16 00:26:43 +00:00
import 'typings-global';
export declare let figlet: (textArg: string, optionsArg?: any) => Q.Promise<{}>;
export declare let figletSync: (textArg: string, optionsArg?: any) => boolean;