Files
angular-cn/modules/@angular/facade/src/math.ts
T

5 lines
115 B
TypeScript
Raw Normal View History

import {global} from './lang';
export var Math = global.Math;
2016-06-08 15:45:15 -07:00
export var NaN: any /** TODO #???? */ = typeof NaN;