UNPKG

typebox-schema-faker

Version:

Generate fake data from TypeBox schemas for testing, prototyping and development.

7 lines (6 loc) 196 B
import type { TUnknown } from '@sinclair/typebox'; import type { FakerFn } from '../types'; /** * Generates fake data for unknown schemas */ export declare const fakeUnknown: FakerFn<TUnknown>;