summaryrefslogtreecommitdiff
path: root/node_modules/mongoose/lib/drivers/node-mongodb-native/binary.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/mongoose/lib/drivers/node-mongodb-native/binary.js')
-rw-r--r--node_modules/mongoose/lib/drivers/node-mongodb-native/binary.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/node_modules/mongoose/lib/drivers/node-mongodb-native/binary.js b/node_modules/mongoose/lib/drivers/node-mongodb-native/binary.js
new file mode 100644
index 0000000..52e6a03
--- /dev/null
+++ b/node_modules/mongoose/lib/drivers/node-mongodb-native/binary.js
@@ -0,0 +1,8 @@
+
+/**
+ * Module dependencies.
+ */
+
+var Binary = require('mongodb').BSONPure.Binary;
+
+module.exports = exports = Binary;