UNPKG

@yellow-ticket/seed-json-schema

Version:

Seed a JSON Schema with random values.

3 lines (2 loc) 135 B
import { JSONSchema7Definition } from 'json-schema'; export declare function seedArray(schema: JSONSchema7Definition): Array<unknown>;