# mutype

> Micro types checker

Latest version **0.3.9** (published 2014-12-19) · unlicense license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install mutype
pnpm add mutype
yarn add mutype
bun add mutype
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.3.9 |
| Published | 2014-12-19 |
| First published | 2014-11-20 |
| Weekly downloads | 0 |
| License | unlicense |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Deema Yvanov |
| Maintainers | dfcreative |
| Keywords | types, is-object, is-array, is-array-like, is-plain |

## Links

- npm: https://www.npmjs.com/package/mutype
- Repository: git@github.com:dfcreative/mutypes
- Homepage: https://github.com/dfcreative/mutypes
- Issues: https://github.com/dfcreative/mutypes/issues
- npm.io page: https://npm.io/package/mutype

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 0.3.9 (latest) — 2014-12-19
- 0.3.8 — 2014-12-19
- 0.3.7 — 2014-12-15
- 0.3.6 — 2014-12-14
- 0.3.5 — 2014-12-07
- 0.3.4 — 2014-12-06
- 0.3.3 — 2014-12-03
- 0.3.2 — 2014-12-03
- 0.3.1 — 2014-11-27
- 0.3.0 — 2014-11-21
- 0.2.3 — 2014-11-20
- 0.2.1 — 2014-11-20

## README

# μType [![Build Status](https://travis-ci.org/dfcreative/mutype.svg?branch=master)](https://travis-ci.org/dfcreative/mutype) [![Code Climate](https://codeclimate.com/github/dfcreative/mutype/badges/gpa.svg)](https://codeclimate.com/github/dfcreative/mutype) <a href="UNLICENSE"><img src="http://upload.wikimedia.org/wikipedia/commons/6/62/PD-icon.svg" width="20"/></a>

Modest library for checking types.

* `isObject`
* `isFn`
* `isString`
* `isNumber`
* `isBoolean`
* `isPlain`
* `isArray`
* `isArrayLike`
* `isElement`
* `isPrivateName`
* `isRegExp`

[![NPM](https://nodei.co/npm/mutype.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/mutype/)

---
_Source: https://npm.io/package/mutype · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
