kuu / hls-parser

A simple library to read/write HLS playlists
MIT License
130 stars 49 forks source link

Types are not matching the documentation #144

Open diogoazevedos opened 7 months ago

diogoazevedos commented 7 months ago

For example, the Variant defines score as optional, however, the type does not reflect that: https://github.com/kuu/hls-parser/blob/f1d7c861ec509f41b7e8073cc3517223d3c66a84/types.ts#L55