• File: map.js
  • Full Path: /var/www/sandbox/node_modules/pseudomap/map.js
  • Date Modified: 02/20/2025 6:17 PM
  • File size: 280 bytes
  • MIME-type: text/plain
  • Charset: utf-8
if (process.env.npm_package_name === 'pseudomap' &&
    process.env.npm_lifecycle_script === 'test')
  process.env.TEST_PSEUDOMAP = 'true'

if (typeof Map === 'function' && !process.env.TEST_PSEUDOMAP) {
  module.exports = Map
} else {
  module.exports = require('./pseudomap')
}