Files
yjs/lib/number.mjs

7 lines
139 B
JavaScript
Raw Normal View History

2018-11-25 03:17:00 +01:00
/**
* @module number
*/
export const MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER
export const MIN_SAFE_INTEGER = Number.MIN_SAFE_INTEGER