UNPKG

json-schema-faker

Version:

Generate valid JSON data from JSON Schema definitions

3 lines 138 B
import type { Random } from "./types.js"; export declare function createRandom(seed: number): Random; //# sourceMappingURL=random.d.ts.map