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

11 lines (8 loc) 273 B
/// <reference path="../../../globals.d.ts" /> declare module goog.net { /** * Event names for network events * @enum {string} */ enum EventType { COMPLETE, SUCCESS, ERROR, ABORT, READY, READY_STATE_CHANGE, TIMEOUT, INCREMENTAL_DATA, PROGRESS } }