1.0.0 • Published 9 years ago

is-subtitle v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

is-subtitle

Check if a filepath is a subtitle file

Install

$ npm install --save is-subtitle

Usage

var isSubtitle = require('is-subtitle');

isSubtitle('/src/toast.srt');
//=> true

isSubtitle('/src/toast.mp4');
//=> false

Related

License

MIT