# @amphibian/is-boolean

> boolean type checker

Latest version **1.0.5** (published 2016-12-14) · ISC license · 0 weekly downloads

## Install

```sh
npm install @amphibian/is-boolean
pnpm add @amphibian/is-boolean
yarn add @amphibian/is-boolean
bun add @amphibian/is-boolean
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.5 |
| Published | 2016-12-14 |
| First published | 2016-04-12 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Thomas Lindstrøm |
| Maintainers | amphibian |

## Links

- npm: https://www.npmjs.com/package/@amphibian/is-boolean
- Repository: https://gitlab.com/thomaslindstr_m/is-boolean
- Homepage: https://gitlab.com/thomaslindstr_m/is-boolean#README
- Issues: https://gitlab.com/thomaslindstr_m/is-boolean/issues
- npm.io page: https://npm.io/package/@amphibian/is-boolean

## Recent versions

- 1.0.5 (latest) — 2016-12-14
- 1.0.4 (lerna-temp) — 2016-12-14
- 1.0.3 — 2016-12-05
- 1.0.2 — 2016-09-08
- 1.0.0 — 2016-04-12

## README

# is-boolean

boolean type checker

```
npm install @amphibian/is-boolean
```

```javascript
var isBoolean = require('@amphibian/is-boolean');

isBoolean(true); // > true
isBoolean('hello'); // > false
```

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