UNPKG

@svta/common-media-library

Version:
10 lines 229 B
import type { BoxParser } from './BoxParser.js'; /** * A map of box parsers to their box types * * @group ISOBMFF * * @beta */ export type BoxParserMap = Record<string, BoxParser>; //# sourceMappingURL=BoxParserMap.d.ts.map