8000
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 would suggest to refactor to Typescript instead of Javascript. No more if(!Number(amount)){ return false }
if(!Number(amount)){ return false }
Anyway, The plus is everyone could know what type of parameter can they put through the function, etc. which is really good for new contributors.