2.0.3 • Published 6 months ago

@types/yosay v2.0.3

Weekly downloads
1,260
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for yosay 2.0
// Project: https://github.com/yeoman/yosay
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/**
 * Tell Yeoman what to say
 */
declare function yosay(message?: string, options?: { maxLength: number }): string;
export = yosay;

Additional Details

  • Last updated: Thu, 23 Dec 2021 23:36:07 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by DefinitelyTyped.