0.1.4 • Published 12 months ago

@wizhut_tech/wizjs v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
12 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

12 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.0

12 months ago

0.1.1

12 months ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.3

1 year ago

0.0.4

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago