Simple but useful hacks for everyday javascript programming
npm install @wizhut_tech/wizjsA Javascript library (a few selected dependencies only) that contains utilities for enjoy-full every day programming. No, this library will not become another lodash :).
Use by importing:
const wizjs = require('@wizhut_tech/wizjs'). Returns an object structured like:
```
{
io: {
files: [functions]
},
lang: {
arrays: [functions],
checks: [functions],
flow: [functions],
singleton: [functions],
functools: [functions],
itertools: [functions]
},
math: {
numbers: [functions]
}
}
You can also import individual functions like the following snippet:
const { lang: { checks : { isNil } } } = require('@wizhut_tech/wizjs');`
* Files utility functions ... [docs]
* Arrays utility functions ... [docs]
* Check utility functions ... [docs]
* Control-Flow utilities ... [docs]
* functools ... [docs]
* itertools ... [docs]
* Singleton hack ... [docs]
* Utilities around numbers ... [docs]
This library is actively developed and maintained by wizhut.tech