Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
variable VTTCue
import { VTTCue } from "https://deno.land/x/domtype@v1.0.4/domtype.d.ts";

type

{ prototype: VTTCue; new (
startTime: number,
endTime: number,
text: string,
): VTTCue; }