UNPKG
satie
Version:
latest (0.0.13-alpha6)
0.0.13-alpha6
0.0.13-alpha5
0.0.13-alpha4
0.0.13-alpha3
0.0.13-alpha2
0.0.13-alpha1
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
A sheet music renderer for the web
jnetterf.github.io/satie
jnetterf/satie
satie
/
dist
/
__tests__
/
attributes_test.d.ts
5 lines
(4 loc)
•
225 B
TypeScript
View Raw
1
2
3
4
5
import
{
ISegment
}
from
"../document"
;
import
{
ValidationCursor
}
from
"../private_cursor"
;
import
Factory
from
"../engine_factory"
;
export
declare
function
makeCursor
(
factory: Factory, models: ISegment
):
ValidationCursor
;