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) 212 B
/// <reference path="../../../globals.d.ts" /> /// <reference path="./date.d.ts" /> declare module goog.date { /** * @typedef {(Date|goog.date.Date)} */ type DateLike = Date|goog.date.Date; }