UNPKG

typebox-schema-faker

Version:

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

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