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

5 lines
92 B
TypeScript
Raw Normal View History

import {global} from './lang';
export var Math = global.Math;
export var NaN = typeof NaN;