Initial commit
[yaffs-website] / node_modules / grunt-contrib-watch / node_modules / globule / node_modules / lodash / _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;