UNPKG

typebox-schema-faker

Version:

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

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