Skip to content

Check whether filepath is audio format

License

Notifications You must be signed in to change notification settings

shelfio/is-audio-filepath

Repository files navigation

is-audio-filepath CircleCI

is-audio-filepath

Install

$ yarn add @shelf/is-audio-filepath

Usage

const isAudioFilepath = require('@shelf/is-audio-filepath');

isAudioFilepath('folder/file.mp3');
// => true

Publish

$ git checkout master
$ yarn version
$ yarn publish
$ git push origin master --tags

License

MIT © Shelf