UNPKG

satie

Version:

A sheet music renderer for the web

4 lines (3 loc) 169 B
import { IAny } from "musicxml-interfaces/operations"; import NoteImpl from "./implChord_noteImpl"; export default function noteMutator(note: NoteImpl, op: IAny): void;