UNPKG

darkest-bovine

Version:

'inspirational' quotes from your darkest bovine ancestor

3 lines (2 loc) 240 B
export declare function moo(dontLogToConsole?: boolean, text?: string, seed?: string | (() => number)): string; export declare function seededMoo(seed: string): (dontLogToConsole?: boolean | undefined, text?: string | undefined) => string;