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) 239 B
/// <reference path="../../../globals.d.ts" /> declare module goog.promise { /** * Adapter for specifying Promise-creating functions to the Promises test suite. * @type {!Object} */ var testSuiteAdapter: Object; }