UNPKG

datadancer

Version:

## What is DataDancer?

10 lines (9 loc) 235 B
import { Language } from '../common/type'; export declare type NameMap = { [key in Language]: { last: string[]; male: string[]; female: string[]; }; }; export declare const nameMapper: NameMap;