Skip to content

Commit

Permalink
add types for encode()
Browse files Browse the repository at this point in the history
  • Loading branch information
cghawthorne authored and appsforartists committed Mar 27, 2018
1 parent ab5ff70 commit b20c706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MidiConvert.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export interface MIDI {
},

toJSON(): MIDI,
encode(): string,
}

export function parse(raw: ArrayBuffer|string): MIDI;
Expand Down

0 comments on commit b20c706

Please sign in to comment.