https://github.com/shelfio/is-audio-filepath
Check whether filepath is audio format
https://github.com/shelfio/is-audio-filepath
npm-package
Last synced: 7 months ago
JSON representation
Check whether filepath is audio format
- Host: GitHub
- URL: https://github.com/shelfio/is-audio-filepath
- Owner: shelfio
- License: mit
- Created: 2018-08-15T12:42:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-01T03:46:07.000Z (8 months ago)
- Last Synced: 2025-06-01T10:19:07.641Z (8 months ago)
- Topics: npm-package
- Language: JavaScript
- Size: 212 KB
- Stars: 0
- Watchers: 18
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: license
Awesome Lists containing this project
README
# is-audio-filepath [](https://circleci.com/gh/shelfio/is-audio-filepath/tree/master)
> is-audio-filepath
## Install
```
$ yarn add @shelf/is-audio-filepath
```
## Usage
```js
const isAudioFilepath = require('@shelf/is-audio-filepath');
isAudioFilepath('folder/file.mp3');
// => true
```
## Publish
```sh
$ git checkout master
$ yarn version
$ yarn publish
$ git push origin master --tags
```
## License
MIT © [Shelf](https://shelf.io)