UNPKG

m3u8parse

Version:

Structural parsing of Apple HTTP Live Streaming .m3u8 format

4 lines (3 loc) 139 B
import { Attr } from './attr-types.js'; declare const deserialize: Record<Attr, (stringValue: string) => any>; export default deserialize;