Skip to content

Instantly share code, notes, and snippets.

@aheckmann
Created August 22, 2011 15:33
Show Gist options
  • Save aheckmann/1162682 to your computer and use it in GitHub Desktop.
Save aheckmann/1162682 to your computer and use it in GitHub Desktop.
var mongoose = require('mongoose');
var s = '4e527669644f786927000001'
var id = new mongoose.Types.ObjectId(s);
console.error(typeof id, id == s); // object, true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment