UNPKG

134 BTypeScriptView Raw
1/**
2 * Tell Yeoman what to say
3 */
4declare function yosay(message?: string, options?: { maxLength: number }): string;
5export = yosay;