UNPKG

unhoax-chance

Version:

Generate seeded Chance fixtures based on unhoax schemas

4 lines (3 loc) 232 B
import type { GenerateFixtureFromSchema } from '../internal/GenerateFixtureFromSchema'; export declare const generateFloat: GenerateFixtureFromSchema<number>; export declare const generateInteger: GenerateFixtureFromSchema<number>;