smartlog-destination-local/dist/beautylog.figlet.d.ts
2016-10-16 02:26:43 +02:00

5 lines
213 B
TypeScript

/// <reference types="q" />
import 'typings-global';
export declare let figlet: (textArg: string, optionsArg?: any) => Q.Promise<{}>;
export declare let figletSync: (textArg: string, optionsArg?: any) => boolean;