UNPKG

@mux/mux-video

Version:

A custom mux video element for the browser that Just Works™

5 lines (4 loc) 200 B
type GlobalThis = typeof globalThis; declare const internalGlobalThis: GlobalThis; declare const internalDocument: Document; export { internalGlobalThis as globalThis, internalDocument as document };