9 lines
294 B
TypeScript
9 lines
294 B
TypeScript
import { IContainerType } from './types';
|
|
/**
|
|
* Elements of document type description
|
|
* Derived from https://github.com/tungol/EBML/blob/master/doctypes/matroska.dtd
|
|
* Extended with:
|
|
* - https://www.matroska.org/technical/specs/index.html
|
|
*/
|
|
export declare const elements: IContainerType;
|