A set of helpers for JavaScript/Node.js
npm install @vbarbarosh/node-helpers
A subset of @vbarbarosh/node-helpers
is available for browser:
<script src="https://unpkg.com/@vbarbarosh/node-helpers@latest/dist/browser.js"></script>
⚠️ All browser functions are exposed globally.
bin/test
concurrency
- limit for parallel processes.
user_friendly_status
- a function that accepts a string ready to present for the end-user (i.e.
string which is guaranteed contains no sensitive information like usernames or passwords).