matija-utils
v1.0.29
Published
My opinionated list of JavaScript utilities.
Downloads
25
Maintainers
Readme
Install with your package manager of choice:
$ yarn add matija-utils
$ npm i matija-utils
Check out the documentation here.
Import the functions you need:
import { range } from "matija-utils";
for (const n of range(0, 5)) {
console.log(n);
}
And that's all there is to it!
🚀 Features
- Small package size
- A multitude of useful utilities
- Fully documented and typed