UNPKG

typebox-schema-faker

Version:

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

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