This project is part of the @thi.ng/umbrella monorepo.
This package provides ~50 single-function sub-modules for type, feature & value checks.
yarn add @thi.ng/checks
// full import
import * as checks from "@thi.ng/checks";
// individual import
import { isFunction } from "@thi.ng/checks/is-function";
- Karsten Schmidt
© 2016-2018 Karsten Schmidt // Apache Software License 2.0