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