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

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer authored Oct 16, 2018
1 parent 170f5cc commit f072387
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 @@ -142,7 +142,7 @@ export declare type Player = {
duration: number;
loop: boolean;
}>
) => AudioNode;
) => Player;
play: Player["start"];
stop: (when?: number, nodes?: AudioNode[]) => AudioNode[];
on: (event: string, callback: (a?: any) => void) => Player;
Expand Down

0 comments on commit f072387

Please sign in to comment.