4 lines
69 B
JavaScript

module.exports = globalScope => {
globalScope["JSMath"] = Math;
};