UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

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