JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q26655F
  • License MIT

Simple but useful hacks for everyday javascript programming

Package Exports

  • @wizhut_tech/wizjs
  • @wizhut_tech/wizjs/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@wizhut_tech/wizjs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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