UNPKG

max-say

Version:

A fun console library that displays a cute text dog with 'Я собаня' message

16 lines 419 B
export interface DogOptions { message?: string; font?: string; } export declare class MaxSay { private options; private defaultMessage; private defaultFont; constructor(options?: DogOptions); private getDogArt; private getMessageBox; say(message?: string): string; sayWithFont(message?: string, font?: string): string; } export default MaxSay; //# sourceMappingURL=index.d.ts.map