bb50fc131b
Also fixup the typings which were broken by changes in typescript's lib.d.ts. Second attempt to merge this, now that bugfix for tsd is in.
10 lines
295 B
TypeScript
10 lines
295 B
TypeScript
import {global} from 'angular2/src/facade/lang';
|
|
|
|
// HACK: workaround for Traceur behavior.
|
|
// It expects all transpiled modules to contain this marker.
|
|
// TODO: remove this when we no longer use traceur
|
|
export var __esModule = true;
|
|
|
|
export var Math = global.Math;
|
|
export var NaN = typeof NaN;
|