mirror of
https://github.com/bodyrep/DemoApp.git
synced 2026-01-26 15:11:38 +00:00
9 lines
119 B
JavaScript
9 lines
119 B
JavaScript
|
|
/*!
|
|
* Module dependencies.
|
|
*/
|
|
|
|
var Binary = require('mongodb').BSONPure.Binary;
|
|
|
|
module.exports = exports = Binary;
|