UNPKG
matroska
Version:
latest (2.2.5)
2.2.5
2.2.4
2.2.3
2.2.2
1.2.0
1.1.0
Matroska node parser
github.com/oeuillot/node-matroska
oeuillot/node-matroska
matroska
/
lib
/
source
/
source.js
10 lines
(6 loc)
•
170 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/*jslint node: true, vars: true, nomen: true */
'use strict'
;
var
debug =
require
(
'debug'
)(
'matroska:source'
);
function
Source
(
) { }
module
.
exports
=
Source
;