UNPKG

@types/yosay

Version:
25 lines (19 loc) 667 B
# Installation > `npm install --save @types/yosay` # Summary This package contains type definitions for yosay (https://github.com/yeoman/yosay). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yosay. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yosay/index.d.ts) ````ts /** * Tell Yeoman what to say */ declare function yosay(message?: string, options?: { maxLength: number }): string; export = yosay; ```` ### Additional Details * Last updated: Tue, 07 Nov 2023 15:11:36 GMT * Dependencies: none # Credits These definitions were written by .