timejs-python
v1.0.1
Published
npmjs url: https://www.npmjs.com/package/timejs-python
Readme
Timejs Python
npmjs url: https://www.npmjs.com/package/timejs-python
A time package intented to replicate the simplicity of python for using time in js.
Docs
js``` const sleepFor10Seconds = async (seconds) => { await new time().sleep(10); // sleeping for 10 seconds };
Any improvements are appreciated. Just create a PR :)