source:
trip-planner-front/node_modules/lodash/_metaMap.js@
6fe77af
Last change on this file since 6fe77af was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 143 bytes |
Line | |
---|---|
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.