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
/
engine_processors_validate.d.ts
6 lines
(5 loc)
•
156 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ILayoutOptions
}
from
"./private_layoutOptions"
;
/** * Validate the measure. */
export
default
function
validate
(
options: ILayoutOptions
):
void
;