Skip to content

Latest commit

 

History

History

checks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@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

Dependencies

None

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