feat(core): export BinaryReader and BinaryWriter
This commit is contained in:
parent
3336f295ee
commit
1da905ab3d
1 changed files with 4 additions and 0 deletions
|
@ -5,4 +5,8 @@ export * from './types'
|
|||
|
||||
export * from './utils/crypto'
|
||||
export * from './utils/peer-utils'
|
||||
|
||||
export { BinaryReader } from './utils/binary/binary-reader'
|
||||
export { BinaryWriter } from './utils/binary/binary-writer'
|
||||
|
||||
export { defaultDcs } from './utils/default-dcs'
|
||||
|
|
Loading…
Reference in a new issue