UNPKG

@types/yosay

Version:
6 lines (5 loc) 134 B
/** * Tell Yeoman what to say */ declare function yosay(message?: string, options?: { maxLength: number }): string; export = yosay;