mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-07-04 00:51:51 +00:00
4 lines
69 B
JavaScript
4 lines
69 B
JavaScript
![]() |
module.exports = globalScope => {
|
||
|
globalScope["JSMath"] = Math;
|
||
|
};
|