UNPKG

@jsonjoy.com/json-random

Version:

Random JSON generation, structured JSON by schema generation, no dependencies.

3 lines (2 loc) 130 B
export declare const int: (min: number, max: number) => number; export declare const int64: (min: bigint, max: bigint) => bigint;