feat(core): export BinaryReader and BinaryWriter

This commit is contained in:
teidesu 2021-04-29 22:29:59 +03:00
parent 3336f295ee
commit 1da905ab3d

View file

@ -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'