00001 00010 function stackGet(key) { 00011 return this.__data__.get(key); 00012 } 00013 00014 module.exports = stackGet;