Files
Web-Printing-Toolkit/node_modules/lodash/_Map.js
TheGreydiamond 7b45a854fe inital commit
2025-08-18 20:02:43 +02:00

8 lines
195 B
JavaScript

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