1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-05-19 18:51:26 +00:00

4 lines
69 B
JavaScript
Raw Normal View History

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