Initial commit
[yaffs-website] / node_modules / grunt-contrib-watch / node_modules / lodash / internal / metaMap.js
1 var getNative = require('./getNative');
2
3 /** Native method references. */
4 var WeakMap = getNative(global, 'WeakMap');
5
6 /** Used to store function metadata. */
7 var metaMap = WeakMap && new WeakMap;
8
9 module.exports = metaMap;