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;
|