UNPKG

@jsonjoy.com/json-random

Version:

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

6 lines (5 loc) 157 B
export { deterministic, rnd } from './util'; export * from './RandomJson'; export * from './number'; export * from './string'; export * from './structured';