UNPKG

typebox-schema-faker

Version:

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

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