UNPKG

unhoax-chance

Version:

Generate seeded Chance fixtures based on unhoax schemas

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