iso-639-3
Version:
Info on ISO 639-3
8 lines (7 loc) • 327 B
TypeScript
export {iso6393} from './iso6393.js'
export {iso6393To1} from './iso6393-to-1.js'
export {iso6393To2B} from './iso6393-to-2b.js'
export {iso6393To2T} from './iso6393-to-2t.js'
export type Type = import('./iso6393.js').Type
export type Scope = import('./iso6393.js').Scope
export type Language = import('./iso6393.js').Language