UNPKG

unhoax-chance

Version:

Generate seeded Chance fixtures based on unhoax schemas

4 lines (3 loc) 143 B
import { x } from 'unhoax'; /** @internal */ export type GenerateFixtureFromSchema<T> = (chance: Chance.Chance, schema: x.BaseSchema<T>) => T;