mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-26 11:12:19 +08:00
changed definition of Vex.Flow.Tuning
- added names constant
This commit is contained in:
Vendored
+4
@@ -1275,6 +1275,10 @@ declare module Vex {
|
||||
draw() : void;
|
||||
}
|
||||
|
||||
module Tuning {
|
||||
const names : {[name : string] : string};
|
||||
}
|
||||
|
||||
class Tuning {
|
||||
constructor(tuningString? : string);
|
||||
noteToInteger(noteString : string) : number;
|
||||
|
||||
Reference in New Issue
Block a user