Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/yt_xml2srt/src/types.ts>TextElement

Deno package to convert Youtube caption format from XML to SRT with Zero dependencies
Latest
interface TextElement
import { type TextElement } from "https://deno.land/x/yt_xml2srt@1.0.1/src/types.ts";

Properties

name: string
attributes: { start: string; dur: string; }
children: []
content: string