mirror of
https://github.com/yjs/yjs.git
synced 2026-02-24 12:10:16 +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
|