objectid-tohexstring
v1.0.0
Published
MongoDB ObjectId toHexString
Downloads
14
Maintainers
Readme
ObjectIdHexString
MongoDB ObjectId.toHexString()
Getting Start
npm install objectid-tohexstring
Usage
var ObjectId = require("objectid-tohexstring");
ObjectId.toHexString();
Test
npm test