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:
{
lang: {
checks: [functions],
singleton: [functions],
functools: [functions]
},
math: {
numbers: [functions]
}
}
- Check utility functions ... [docs]
- Control-Flow utilities ... [docs] -- still in development --
- functools ... [docs]
- Singleton hack ... [docs]
- Utilities around numbers ... [docs]