Copy a second package to TypeScript.

This commit is contained in:
Alex Eagle
2015-04-24 13:17:36 -07:00
parent b5e350b18c
commit 623edcd2d8
7 changed files with 176 additions and 4 deletions

View File

@ -7,6 +7,8 @@ export {_global as global};
export var __esModule = true;
export var Type = Function;
export type Type = typeof Function;
export var Math = _global.Math;
export var Date = _global.Date;