UNPKG

typebox-schema-faker

Version:

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

7 lines (6 loc) 95 B
/** * Generates fake data for void schemas */ export const fakeVoid = () => { return; };