Files
Web-Printing-Toolkit/node_modules/lodash/_WeakMap.js
TheGreydiamond 7b45a854fe inital commit
2025-08-18 20:02:43 +02: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;