UNPKG

typescript-closure-tools

Version:

Command-line tools to convert closure-style JSDoc annotations to typescript, and to convert typescript sources to closure externs files

12 lines (9 loc) 269 B
/// <reference path="../../../globals.d.ts" /> declare module goog.locale { /** * Map from script code or language code to list of pairs of (generic name, * font name fallback list). * @type {Object} */ var genericFontNamesData: Object; }