UNPKG

@aidenlx/player

Version:

Headless web components that make integrating media on the a web a breeze.

6 lines (3 loc) 172 B
import type Hls from 'hls.js'; export type HlsConstructor = typeof Hls; export type DynamicHlsConstructorImport = () => Promise<{ default: HlsConstructor } | undefined>;