UNPKG
cue-parser
Version:
latest (0.3.0)
0.3.0
0.2.1
0.2.0
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
A simple js library to parse cue sheet
github.com/justlaputa/cue-parser
justlaputa/cue-parser
cue-parser
/
lib
/
types.js
6 lines
•
199 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
/** * TypeScript interfaces in it's own file, so it can be imported as a sub-module */
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
//# sourceMappingURL=types.js.map