mirror of
https://github.com/yjs/yjs.git
synced 2026-05-03 03:00:41 -04:00
3 lines
112 B
JavaScript
3 lines
112 B
JavaScript
export const MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER
|
|
export const MIN_SAFE_INTEGER = Number.MIN_SAFE_INTEGER
|