Files
DefinitelyTyped/types/yosay/index.d.ts
2017-08-17 14:53:41 -07:00

8 lines
305 B
TypeScript

// Type definitions for yosay
// Project: https://github.com/yeoman/yosay
// Definitions by: Kentaro Okuno <https://github.com/armorik83>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function yosay(message?: string, options?: { maxLength: number }): string;
export = yosay;