UNPKG
ts-ebml-esm
Version:
latest (3.0.1)
3.0.1
ebml decoder and encoder
github.com/legokichi/ts-ebml
legokichi/ts-ebml
ts-ebml-esm
/
types
/
matroska-schema.d.ts
14 lines
(11 loc)
•
247 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import
{
Schema
}
from
"../src"
;
declare
module
"matroska-schema"
{
interface
MatroskaSchemaExport
{
byEbmlID
: { [
key
:
number
]:
Schema
}; }
const
schema
:
MatroskaSchemaExport
// @ts-expect-error TS2666
export
= schema; }