4 lines
69 B
JavaScript
Raw Normal View History

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