UNPKG

hls.js

Version:

JavaScript HLS client using MediaSourceExtension

7 lines (6 loc) 117 B
export type Tail<T extends any[]> = ((...t: T) => any) extends ( _: any, ...tail: infer U ) => any ? U : [];