UNPKG

m3u8parse

Version:

Structural parsing of Apple HTTP Live Streaming .m3u8 format

4 lines (3 loc) 129 B
import { Attr } from './attr-types.ts'; declare const serialize: Record<Attr, (value: any) => string>; export default serialize;