Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Fix typescript types
Browse files Browse the repository at this point in the history
  • Loading branch information
danigb authored Jan 27, 2020
2 parents 42f2e6e + a006e16 commit d6e7c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export declare type Player = {
listenToMidi: (midiInput: any, options?: any) => Player;
};
export declare const instrument: (
ac: typeof AudioContext,
ac: AudioContext,
name: InstrumentName,
options?: any
) => Promise<Player>;

0 comments on commit d6e7c5b

Please sign in to comment.