validate-objectid
v0.2.0
Published
Validates a MongoDB ObjectID. Takes a string, returns a bool.
Downloads
601
Readme
validate-objectid
Usage
var objectid = require('validate-objectid');
assert(! objectid('test'));
assert(objectid('542f9cabed89afee4aaf2e61'));