File size: 183 Bytes
7d73cf2
 
 
 
 
 
1
2
3
4
5
6
7
export const UNDEFINED = -1;
export const HOLE = -2;
export const NAN = -3;
export const POSITIVE_INFINITY = -4;
export const NEGATIVE_INFINITY = -5;
export const NEGATIVE_ZERO = -6;