mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
12 lines
366 B
TypeScript
12 lines
366 B
TypeScript
// Type definitions for langmap 0.0
|
|
// Project: https://github.com/mozilla/language-mapping-list
|
|
// Definitions by: Gábor Balogh <https://github.com/grabofus>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.7
|
|
|
|
import { LanguageMappingList } from './types';
|
|
|
|
declare const langmap: LanguageMappingList;
|
|
|
|
export = langmap;
|