mirror of
https://github.com/yjs/yjs.git
synced 2026-05-03 03:00:41 -04:00
back to .js extension
This commit is contained in:
10
lib/binary.js
Normal file
10
lib/binary.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @module binary
|
||||
*/
|
||||
|
||||
export const BITS32 = 0xFFFFFFFF
|
||||
export const BITS21 = (1 << 21) - 1
|
||||
export const BITS16 = (1 << 16) - 1
|
||||
|
||||
export const BIT26 = 1 << 26
|
||||
export const BIT32 = 1 << 32
|
||||
Reference in New Issue
Block a user