summaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usageguide/appserver/node_modules/mongoose/lib/drivers/browser/binary.js
blob: 4d7a395aa1956103632eca2a5877cb1a679d25e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*!
 * Module dependencies.
 */

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

/*!
 * Module exports.
 */

module.exports = exports = Binary;