summaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usageguide/appserver/node_modules/mongoose/lib/drivers/node-mongodb-native/binary.js
blob: 657efde5eb5e255a2b36868893629e2fba8a1b87 (plain)
1
2
3
4
5
6
7
8
/*!
 * Module dependencies.
 */

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

module.exports = exports = Binary;