summaryrefslogtreecommitdiff
path: root/node_modules/mongoose/lib/drivers/node-mongodb-native/binary.js
blob: 52e6a03f414651edc76954d80b272fe18937d57b (plain)
1
2
3
4
5
6
7
8
/**
 * Module dependencies.
 */

var Binary = require('mongodb').BSONPure.Binary;

module.exports = exports = Binary;