Removed modules/contrib/media module to allow update to the core media module
[yaffs-website] / node_modules / uncss / node_modules / lodash / internal / metaMap.js
1 var WeakMap = require('./WeakMap');
2
3 /** Used to store function metadata. */
4 var metaMap = WeakMap && new WeakMap;
5
6 module.exports = metaMap;