UNPKG

@chinmayn00b/faker-ind

Version:

Generate Fake Contextual Data For India Region

7 lines 213 B
declare const _Gender: { readonly MALE: "MALE"; readonly FEMALE: "FEMALE"; }; export { _Gender as Gender }; export type Gender = (typeof _Gender)[keyof typeof _Gender]; //# sourceMappingURL=gender.d.ts.map