mirror of
https://github.com/yjs/yjs.git
synced 2025-12-24 15:39:31 +01: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
|