5 lines
92 B
TypeScript

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