UNPKG
ebml-stream
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Ebml parser and encoder
github.com/austinleroy/node-ebml
austinleroy/node-ebml
ebml-stream
/
lib
/
models
/
enums
/
BlockLacing.d.ts
7 lines
(6 loc)
•
96 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
enum
BlockLacing
{
None
=
0
,
Xiph
=
1
,
EBML
=
2
,
FixedSize
=
3
}