UNPKG

ts-auto-mock

Version:

Typescript transformer to unlock automatic mock creation for interfaces and classes

7 lines (6 loc) 207 B
export declare class Random { static number(): number; static enumValue(...args: Array<string | number>): string | number; static string(prefix: string): string; static boolean(): boolean; }