UNPKG

@unglish/word-generator

Version:

A simple generator for creating unglish words.

5 lines 248 B
export type RandomFunction = () => number; export declare const getRand: () => RandomFunction; export declare const overrideRand: (randomFunc: RandomFunction) => void; export declare const resetRand: () => void; //# sourceMappingURL=random.d.ts.map