0.1.4 • Published 4 months ago
@wizhut_tech/wizjs v0.1.4
Wizjs
A 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');
I/O
- Files utility functions ... [docs]
Language
- Arrays utility functions ... [docs]
- Check utility functions ... [docs]
- Control-Flow utilities ... [docs]
- functools ... [docs]
- itertools ... [docs]
- Singleton hack ... [docs]
Math
- Utilities around numbers ... [docs]
Contact
This library is actively developed and maintained by wizhut.tech