UNPKG

typebox-schema-faker

Version:

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

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