UNPKG

iso-639-2

Version:

ISO-639-2 codes in an accessible format

7 lines (6 loc) 174 B
/** * Map of ISO 639-2 terminologic codes (`nld`) to bibliographic codes (`dut`). * * @type {Record<string, string>} */ export const iso6392TTo2B: Record<string, string>