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) • 1.34 kB
TypeScript
/// <reference path="../../../globals.d.ts" />
declare module goog.locale {
/**
* Time zone fingerprint mapping to time zone list.
* @enum {Array.<string>}
*/
type TimeZoneFingerprint = number;
//enum TimeZoneFingerprint { 919994368, 6, 8, 839516172, 983564836, 487587858, 20, 22, 24, 25, 26, 28, 931091802, 30, 32, 34, 35, 941621262, 37, 38, 39, 40, 626175324, 42, 44, 46, 48, 570425352, 50, 52, 54, 56, 58, 60, 62, 64, 66, 67, 68, 70, 72, 49938444, 905969678, 626339164, 939579406, 487915538, 937427058, 778043508, 474655352, 269133956, 948087430, 671787146, 617261764, 830603252, 805300897, 805312524, 984437412, 850043558, 29, 710950176, 617786052, 105862464, 581567010, 1294772902, 483044050, 491433170, 36, 626175196, 919994592, 946339336, 1037565906, 670913918, 41, 572522538, 403351686, 626338524, 411740806, 635437856, 617261788, 947956358, 12, 626306268, 497024903, 456480044, 312471854, 626347356, 897537370, 680176266, 1465210176, 805312908, 492088530, 901076366, 943019406, 928339288, 939480410, 626392412, 559943005, 592794974, 76502378, 838860812, 931091834, 662525310, 1465865536, 495058823, 599086472, 805337484, 1001739662, 836894706, 599086512, 836894708, 41025476, 501219282, 970325971, 769654750, 1286253222, 1373765610, 973078513, 838860786, 970326003, 771751924, 952805774, 483699410 }
}