UNPKG

@yellow-ticket/seed-json-schema

Version:

Seed a JSON Schema with random values.

3 lines (2 loc) 189 B
import type { JSONSchema7 } from 'json-schema'; export declare function seedSchema(schema: JSONSchema7): string | number | boolean | unknown[] | Record<string, unknown> | null | undefined;