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
This project is part of the @thi.ng/umbrella monorepo.
About
Collection of 50+ type, feature & value checks.
Status
STABLE - used in production
Search or submit any issues for this package
Installation
yarn add @thi.ng/checks
// ES module
<script type="module" src="https://unpkg.com/@thi.ng/checks?module" crossorigin></script>
// UMD
<script src="https://unpkg.com/@thi.ng/checks/lib/index.umd.js" crossorigin></script>
Package sizes (gzipped, pre-treeshake): ESM: 1.47 KB / CJS: 1.73 KB / UMD: 1.46 KB
Dependencies
API
TODO
Authors
Maintainer
- Karsten Schmidt (@postspectacular)
Contributors
- Gavin Cannizzaro (@gavinpc-mindgrub)
- Jay Zawrotny (@eccentric-j)
License
© 2016 - 2020 Karsten Schmidt // Apache Software License 2.0