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
/
EmptyLine.d.ts
6 lines
(5 loc)
•
117 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Line
}
from
"./Line"
;
export
declare
class
EmptyLine
extends
Line
{
clone
():
Line
;
constructor
(
); }