UNPKG

@yellow-ticket/seed-json-schema

Version:

Seed a JSON Schema with random values.

3 lines (2 loc) 108 B
import { JSONSchema7 } from 'json-schema'; export declare function seedString(schema: JSONSchema7): string;