JSPM

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

Most of the used mostly everywhere utils: [extend-shallow][], [isobject][], [is-extendable][] (used in extend-shallow), [isarray][] and arrayify (using [lazy-arrayify][] package), all of them [lazy-cache][]d.

Package Exports

  • lazy-utils

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 (lazy-utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

lazy-utils npmjs.com The MIT License npm downloads

Most of the used mostly everywhere utils: extend-shallow, isobject, is-extendable (used in extend-shallow), isarray and arrayify (using lazy-arrayify package), all of them lazy-cached.

code climate standard code style travis build status coverage status dependency status

Install

npm i lazy-utils --save

Usage

For more use-cases see the tests

const lazyUtils = require('lazy-utils')

.extend

Extend object a with the properties of object b. See extend-shallow for more.

Params

  • a {Mixed}
  • b {Mixed}

.isExtendable

See is-extendable for more.

Params

  • val {Mixed}

.isArray

See lazy-arrayify or isarray for more.

Params

  • val {Mixed}

.isObject

Returns true if the value is an object and not an array or null. See isobject for more.

Params

  • val {Mixed}

.arrayify

Arrayify. Returns empty array on falsey values. See lazy-arrayify for more.

Params

  • val {Mixed}

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
But before doing anything, please read the CONTRIBUTING.md guidelines.

Charlike Make Reagent new message to charlike freenode #charlike

tunnckoCore.tk keybase tunnckoCore tunnckoCore npm tunnckoCore twitter tunnckoCore github