@types/yosay
Version:
TypeScript definitions for yosay
25 lines (19 loc) • 667 B
Markdown
# 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 .