UNPKG

mongo-portable

Version:

Portable Pure JS MongoDB - Based on Monglodb (https://github.com/euforic/monglodb.git) by Christian Sullivan (http://RogueSynaptics.com)

5 lines (3 loc) 152 B
import { BinaryParser } from "./BinaryParser"; import { BinaryParserBuffer } from "./BinaryParserBuffer"; export { BinaryParser, BinaryParserBuffer };