mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
13 lines
135 B
JavaScript
13 lines
135 B
JavaScript
|
|
/*!
|
|
* Module dependencies.
|
|
*/
|
|
|
|
var Binary = require('bson').Binary;
|
|
|
|
/*!
|
|
* Module exports.
|
|
*/
|
|
|
|
module.exports = exports = Binary;
|