mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
more work
This commit is contained in:
9
node_modules/lodash/internal/metaMap.js
generated
vendored
Normal file
9
node_modules/lodash/internal/metaMap.js
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
var isNative = require('../lang/isNative');
|
||||
|
||||
/** Native method references. */
|
||||
var WeakMap = isNative(WeakMap = global.WeakMap) && WeakMap;
|
||||
|
||||
/** Used to store function metadata. */
|
||||
var metaMap = WeakMap && new WeakMap;
|
||||
|
||||
module.exports = metaMap;
|
Reference in New Issue
Block a user