UNPKG

json-schema-faker

Version:

Generate valid JSON data from JSON Schema definitions

4 lines 199 B
import type { Random } from "../types.js"; export declare function generateIpv4(random: Random): string; export declare function generateIpv6(random: Random): string; //# sourceMappingURL=ip.d.ts.map