@wizhut_tech/wizjs

0.0.6 • Public • Published

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:

{
    lang: {
        checks: [functions],
        singleton: [functions],
        functools: [functions]
    },
    math: {
        numbers: [functions]
    }
}

Language

  • Check utility functions ... [docs]
  • Control-Flow utilities ... [docs] -- still in development --
  • functools ... [docs]
  • Singleton hack ... [docs]

Math

  • Utilities around numbers ... [docs]

Package Sidebar

Install

npm i @wizhut_tech/wizjs

Weekly Downloads

11

Version

0.0.6

License

MIT

Unpacked Size

7.01 kB

Total Files

17

Last publish

Collaborators

  • bkarak_vass