JSPM

  • Created
  • Published
  • Downloads 183507
  • Score
    100M100P100Q179132F
  • License Apache-2.0

Single-function sub-modules for type, feature & value checks

Package Exports

  • @thi.ng/checks
  • @thi.ng/checks/implements-function
  • @thi.ng/checks/is-array
  • @thi.ng/checks/is-arraylike
  • @thi.ng/checks/is-date
  • @thi.ng/checks/is-function
  • @thi.ng/checks/is-iterable
  • @thi.ng/checks/is-map
  • @thi.ng/checks/is-node
  • @thi.ng/checks/is-not-string-iterable
  • @thi.ng/checks/is-number
  • @thi.ng/checks/is-plain-object
  • @thi.ng/checks/is-promise
  • @thi.ng/checks/is-regexp
  • @thi.ng/checks/is-set
  • @thi.ng/checks/is-string
  • @thi.ng/checks/is-transferable
  • @thi.ng/checks/is-typedarray

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

Readme

@thi.ng/checks

npm version npm downloads Twitter Follow

This project is part of the @thi.ng/umbrella monorepo.

About

This package provides ~50 single-function sub-modules for type, feature & value checks.

Installation

yarn add @thi.ng/checks

Dependencies

None

Usage

// full import
import * as checks from "@thi.ng/checks";

// individual import
import { isFunction } from "@thi.ng/checks";

Authors

  • Karsten Schmidt

License

© 2016-2018 Karsten Schmidt // Apache Software License 2.0