• File: _Map.js
  • Full Path: /var/www/nodejs/callDir/node_modules/lodash/_Map.js
  • Date Modified: 06/03/2024 5:11 PM
  • File size: 195 bytes
  • MIME-type: text/plain
  • Charset: utf-8
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;