UNPKG

m3u8parse

Version:

Structural parsing of Apple HTTP Live Streaming .m3u8 format

7 lines (6 loc) 185 B
export type PropsOf<T> = { [P in keyof T as T[P] extends Function ? never : P]: T[P]; }; export type Proto<T> = { [P in keyof T as T[P] extends Function ? never : P]?: T[P]; };