5 lines
115 B
TypeScript
5 lines
115 B
TypeScript
import {global} from 'angular2/src/core/facade/lang';
|
|
|
|
export var Math = global.Math;
|
|
export var NaN = typeof NaN;
|