1
0
mirror of https://github.com/actions/setup-node synced 2025-05-01 12:43:54 +00:00
setup-node/node_modules/lodash/_WeakMap.js
eric sciple ae5dcb46c8 .
2020-01-24 12:30:26 -05:00

8 lines
207 B
JavaScript

var getNative = require('./_getNative'),
root = require('./_root');
/* Built-in method references that are verified to be native. */
var WeakMap = getNative(root, 'WeakMap');
module.exports = WeakMap;