force-global
v0.0.1
Published
Force place your module into global if possible
Downloads
4
Maintainers
Readme
🌏 Force Global
Force place your module into global if possible
Install
- NPM
npm install --save force-global
- Yarn
yarn add force-global
Usage
// CommonJS
const { ForceGlobal } = require('force-global')
// ES6+
import ForceGlobal from 'force-global'
function add (a, b) {
return a + b
}
ForceGlobal('SuperAddNumber', add)
// Now you can access your global with function SuperAddNumber
License
MIT © M Habib Rohman