Blame view

node_modules/lodash/_metaMap.js 143 Bytes
f7563de62   Palak Handa   first commit
1
2
3
4
5
6
  var WeakMap = require('./_WeakMap');
  
  /** Used to store function metadata. */
  var metaMap = WeakMap && new WeakMap;
  
  module.exports = metaMap;