UNPKG

@svta/common-media-library

Version:
11 lines 275 B
import type { IsoBox } from './IsoBox.js'; import type { IsoContainerBox } from './IsoContainerBox.js'; /** * Utility type for all ISO BMFF boxes * * @group ISOBMFF * * @beta */ export type IsoBmffBox = IsoBox | IsoContainerBox; //# sourceMappingURL=IsoBmffBox.d.ts.map