source:
node_modules/lodash/_metaMap.js@
65b6638
Last change on this file since 65b6638 was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 143 bytes |
Rev | Line | |
---|---|---|
[d24f17c] | 1 | var WeakMap = require('./_WeakMap'); |
2 | ||
3 | /** Used to store function metadata. */ | |
4 | var metaMap = WeakMap && new WeakMap; | |
5 | ||
6 | module.exports = metaMap; |
Note:
See TracBrowser
for help on using the repository browser.