Skip to content

Commit

Permalink
Add TypeScript template for toArray. (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
adarob authored and tambien committed May 21, 2018
1 parent b20c706 commit 69c5edd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MidiConvert.d.ts
Expand Up @@ -46,6 +46,7 @@ export interface MIDI {

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

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

0 comments on commit 69c5edd

Please sign in to comment.