UNPKG

unhoax-chance

Version:

Generate seeded Chance fixtures based on unhoax schemas

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