UNPKG

@remotion/media-parser

Version:

A pure JavaScript library for parsing video files

3 lines (2 loc) 104 B
import type { M3uBox } from './types'; export declare const parseM3uDirective: (str: string) => M3uBox;