UNPKG

unhoax-chance

Version:

Generate seeded Chance fixtures based on unhoax schemas

4 lines (3 loc) 250 B
import type { FixtureFactory } from '../FixtureFactory'; import type { GenerateFixtureFromSchema } from '../internal/GenerateFixtureFromSchema'; export declare const generateTuple: (Factory: () => FixtureFactory) => GenerateFixtureFromSchema<any[]>;