UNPKG
@ozarkoc/chordpro-parser
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
A browser-friendly bundled version of chordproject-parser
@ozarkoc/chordpro-parser
/
types
/
models
/
lines
/
index.d.ts
7 lines
(6 loc)
•
240 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
{
CommentLine
}
from
"./CommentLine"
;
export
{
EmptyLine
}
from
"./EmptyLine"
;
export
{
LyricsLine
}
from
"./LyricsLine"
;
export
{
TabLine
}
from
"./TabLine"
;
export
{
CustomLine
}
from
"./CustomLine"
;
export
{
Line
}
from
"./Line"
;