Initial working version
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user