UNPKG

667 BMarkdownView Raw
1# Installation
2> `npm install --save @types/yosay`
3
4# Summary
5This package contains type definitions for yosay (https://github.com/yeoman/yosay).
6
7# Details
8Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yosay.
9## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yosay/index.d.ts)
10````ts
11/**
12 * Tell Yeoman what to say
13 */
14declare function yosay(message?: string, options?: { maxLength: number }): string;
15export = yosay;
16
17````
18
19### Additional Details
20 * Last updated: Tue, 07 Nov 2023 15:11:36 GMT
21 * Dependencies: none
22
23# Credits
24These definitions were written by .
25
\No newline at end of file