hades-cli
Version:
Hades CLI developer tool
5 lines (4 loc) • 398 B
TypeScript
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[];