UNPKG

unhoax-chance

Version:

Generate seeded Chance fixtures based on unhoax schemas

6 lines (5 loc) 292 B
import type { FixtureFactory } from '../FixtureFactory'; import type { GenerateFixtureFromSchema } from '../internal/GenerateFixtureFromSchema'; type T = Record<string, unknown>; export declare const generateObject: (Factory: () => FixtureFactory) => GenerateFixtureFromSchema<T>; export {};