videojs / m3u8-parser

An m3u8 parser.
Other
473 stars 98 forks source link

Add typescript types #111

Closed henninghall closed 4 years ago

gkatsev commented 4 years ago

Thank you for the PR. However, we do not use typescript ourselves and won't be able to maintain the types properly in the repo. Our recommendation would be to add it to the Definitely Typed project.

spiff-radio commented 1 year ago

meanwhile, here's how to avoid the typescript check for the types :

// @ts-ignore import m3u8Parser from 'm3u8-parser';