We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I have this JS:
setInterval(sendHeartbeat, 1000 * 60 * 1);
When I pass it to the package, it transforms the 1000 * 60 * 1 into:
setInterval(sendHeartbeat, 0x3e8 * 0x3c * 0x1);
I don't find any options to keep the number as it