UNPKG

@yellow-ticket/seed-json-schema

Version:

Seed a JSON Schema with random values.

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