4 lines
183 B
TypeScript
4 lines
183 B
TypeScript
import 'typings-global';
|
|
export declare let figlet: (textArg: string, optionsArg?: any) => Promise<{}>;
|
|
export declare let figletSync: (textArg: string, optionsArg?: any) => boolean;
|