1
0
mirror of https://github.com/fluencelabs/assemblyscript-json synced 2025-05-11 23:07:22 +00:00

5 lines
120 B
TypeScript
Raw Normal View History

import { BSONDecoder } from './decoder';
import { BSONEncoder } from './encoder';
export { BSONDecoder, BSONEncoder };