README.md
:clown_face:
[@functional-abstraction/type](https://functional-abstraction.github.io/type)
==
Type helpers for JavaScript.
```js
import {isFunction} from '@functional-abstraction/type';
isFunction(() => {}); // true
```
[![License](https://img.shields.io/github/license/functional-abstraction/type.svg)](https://raw.githubusercontent.com/functional-abstraction/type/main/LICENSE)
[![Version](https://img.shields.io/npm/v/@functional-abstraction/type.svg)](https://www.npmjs.org/package/@functional-abstraction/type)
[![Tests](https://img.shields.io/github/actions/workflow/status/functional-abstraction/type/ci.yml?branch=main&event=push&label=tests)](https://github.com/functional-abstraction/type/actions/workflows/ci.yml?query=branch:main)
[![Dependencies](https://img.shields.io/librariesio/github/functional-abstraction/type.svg)](https://github.com/functional-abstraction/type/network/dependencies)
[![GitHub issues](https://img.shields.io/github/issues/functional-abstraction/type.svg)](https://github.com/functional-abstraction/type/issues)
[![Downloads](https://img.shields.io/npm/dm/@functional-abstraction/type.svg)](https://www.npmjs.org/package/@functional-abstraction/type)
[![Code issues](https://img.shields.io/codeclimate/issues/functional-abstraction/type.svg)](https://codeclimate.com/github/functional-abstraction/type/issues)
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/functional-abstraction/type.svg)](https://codeclimate.com/github/functional-abstraction/type/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/functional-abstraction/type/main.svg)](https://codecov.io/gh/functional-abstraction/type)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/functional-abstraction/type.svg)](https://codeclimate.com/github/functional-abstraction/type/trends/technical_debt)
[![Documentation](https://functional-abstraction.github.io/type/badge.svg)](https://functional-abstraction.github.io/type/source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@functional-abstraction/type)](https://bundlephobia.com/result?p=@functional-abstraction/type)