UNPKG

hades-cli

Version:
5 lines (4 loc) 398 B
import { Property } from './../../utils/property'; export declare function fakerHelper(command: string, params?: (string | number)[]): string | number | boolean | undefined; export declare function fakerByPropertyType(property: Property, params?: (string | number)[]): string | number | boolean | undefined; export declare function getFakerHelperParams(options: any[], property?: Property): any[];