• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1if (global.maybe)
2  module.exports = require('../is-object');
3exports['invalid identifier'] = 'no';
4module.exports['?invalid'] = 'no';
5module.exports['π'] = 'yes';
6exports.package  = 10; // reserved word -> not used
7Object.defineProperty(exports, 'z', { value: 'yes' });
8