0.1.4 • Published 4 months ago

@wizhut_tech/wizjs v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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

0.1.2

4 months ago

0.1.4

4 months ago

0.1.3

4 months ago

0.1.0

4 months ago

0.1.1

4 months ago

0.0.9

5 months ago

0.0.8

5 months ago

0.0.7

5 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.3

7 months ago

0.0.4

7 months ago

0.0.2

8 months ago

0.0.1

8 months ago