Code Review
/
aai
/
esr-gui.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
69fc08f6ae84e216262e26fcee8c6b99ff499891
[aai/esr-gui.git]
/
1
2
/*!
3
* [node-mongodb-native](https://github.com/mongodb/node-mongodb-native) ObjectId
4
* @constructor NodeMongoDbObjectId
5
* @see ObjectId
6
*/
7
8
var ObjectId = require('mongodb').ObjectId;
9
10
/*!
11
* ignore
12
*/
13
14
module.exports = exports = ObjectId;