# is-audio

> Check whether the audio file is passed

Latest version **0.0.0** (published 2015-05-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install is-audio
pnpm add is-audio
yarn add is-audio
bun add is-audio
```

## 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.0 |
| Published | 2015-05-05 |
| First published | 2015-05-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10.0 |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | drKraken |
| Maintainers | drkraken |
| Keywords | is, detect, audio, check |

## Links

- npm: https://www.npmjs.com/package/is-audio
- Repository: https://github.com/drkraken/is-audio
- Issues: https://github.com/drkraken/is-audio/issues
- npm.io page: https://npm.io/package/is-audio

## Dependencies (1)

- [audio-extensions](https://npm.io/package/audio-extensions.md) 0.0.0

## Alternatives

- [memory-cache](https://npm.io/package/memory-cache.md) — 795.0K weekly downloads
- [@httptoolkit/proxy-agent](https://npm.io/package/@httptoolkit/proxy-agent.md) — 11.2K weekly downloads
- [express-cache-controller](https://npm.io/package/express-cache-controller.md) — 5.3K weekly downloads
- [http-cache-middleware](https://npm.io/package/http-cache-middleware.md) — 4.5K weekly downloads
- [cache2](https://npm.io/package/cache2.md) — 1.5K weekly downloads

## Recent versions

- 0.0.0 (latest) — 2015-05-05

## README

# is-audio

> Check whether the audio file is passed


## Install

```
$ npm install --save is-audio
```


## Usage

```js
var isAudio = require('is-audio');

isAudio('unicorns.mp3');
//=> true

isAudio('unicorns.mov');
//=> false
```

## License

MIT © [drKraken](http://drkraken.github.io)

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