1
0
mirror of https://github.com/fluencelabs/assemblyscript-json synced 2025-04-15 00:46:17 +00:00

5 lines
120 B
TypeScript
Raw Normal View History

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