# is-boolean-attribute

> See if an node attribute is a boolean

Latest version **0.0.1** (published 2014-04-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install is-boolean-attribute
pnpm add is-boolean-attribute
yarn add is-boolean-attribute
bun add is-boolean-attribute
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2014-04-16 |
| First published | 2014-04-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Anthony Short |
| Maintainers | anthonyshort |

## Links

- npm: https://www.npmjs.com/package/is-boolean-attribute
- Repository: https://github.com/anthonyshort/is-boolean-attribute
- Issues: https://github.com/anthonyshort/is-boolean-attribute/issues
- npm.io page: https://npm.io/package/is-boolean-attribute

## Recent versions

- 0.0.1 (latest) — 2014-04-16

## README

# is-boolean-attribute

  Checks if an attribute is a boolean attribute (doesn't need a value)

## Installation

  Install with [component(1)](http://component.io):

    $ component install anthonyshort/is-boolean-attribute

## API

```js
var isBool = require('is-boolean-attribute');

isBool('checked') // true
isBool('selected') // true
isBool('class') // false
```

## License

  The MIT License (MIT)

  Copyright (c) 2014 <copyright holders>

  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the "Software"), to deal
  in the Software without restriction, including without limitation the rights
  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  copies of the Software, and to permit persons to whom the Software is
  furnished to do so, subject to the following conditions:

  The above copyright notice and this permission notice shall be included in
  all copies or substantial portions of the Software.

  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  THE SOFTWARE.

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