declare-global.js 59 B

12
  1. const global = 'declared global';
  2. module.exports = global;