UNPKG

typebox-schema-faker

Version:

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

7 lines (6 loc) 120 B
/** * Generates fake data for literal schemas */ export const fakeLiteral = (schema) => { return schema.const; };