mahiatlinux's picture
Upload 3053 files
311cc15 verified
raw
history blame contribute delete
143 Bytes
var WeakMap = require('./_WeakMap');
/** Used to store function metadata. */
var metaMap = WeakMap && new WeakMap;
module.exports = metaMap;