1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-06-13 15:01:28 +00:00
Files
assemblyscript/std/portable/math.js

4 lines
69 B
JavaScript

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