/**
 * Map of ISO 639-3 codes to terminologic ISO 639-2 codes.
 *
 * @type {Record<string, string>}
 */
export const iso6393To2T: Record<string, string>
