Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 525 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 525 Bytes

@thi.ng/checks

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

Usage

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

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

Authors

  • Karsten Schmidt

License

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