js-utils-box

A npm package for all the javascript utility support

Usage no npm install needed!

<script type="module">
  import jsUtilsBox from 'https://cdn.skypack.dev/js-utils-box';
</script>

README

Welcome to js-utils-box 👋

Version Documentation License: MIT

A npm package for all the javascript utility support

🏠 Homepage

📖 Documentation

Install

npm install js-utils-box

Usage

const { getEpochTime } = require('js-utils-box');

console.log(getEpochTime()); //1622888882878

Run tests

npm run test

Author

👤 Ayan Kumar Saha

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 Ayan Kumar Saha.
This project is MIT licensed.