@chinmayn00b/faker-ind
Version:
Generate Fake Contextual Data For India Region
14 lines • 611 B
TypeScript
/**
* Generate a random number between min and max
*
* @param min (optional, default: 0)
* @param max (optional, default: 9)
* @returns number
*/
export declare function number(min?: number, max?: number): number;
export declare function boolean(): boolean;
export declare function arrayElement<T>(arr: readonly T[]): T | undefined;
export declare function objectElement<S, T extends string | symbol | number>(obj: Record<T, S>): T | undefined;
export declare function alphanumeric(_count: number): string;
export declare function hexadecimal(_count: number): string;
//# sourceMappingURL=random.d.ts.map