UNPKG

@matsukky/gender

Version:

Easy list of gender terms in several languages.

21 lines (20 loc) 386 B
export declare const roles: { F: string[]; M: string[]; X: string[]; }; export declare const general: { F: { emoji: string; colors: string[]; }; M: { emoji: string; colors: string[]; }; X: { emoji: string; colors: string[]; }; }; export declare const getGenderRole: (value: string) => "F" | "M" | "X";