Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 599 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 599 Bytes

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