UNPKG

@yellow-ticket/seed-json-schema

Version:

Seed a JSON Schema with random values.

6 lines (5 loc) 201 B
import { JSONSchema7 } from 'json-schema'; /** * @see https://json-schema.org/understanding-json-schema/reference/numeric#integer */ export declare function seedInteger(schema: JSONSchema7): number;