Skip to content

Commit

Permalink
Fix TypeScript definition
Browse files Browse the repository at this point in the history
Fixes #142.
  • Loading branch information
TooTallNate committed Jul 3, 2020
1 parent fe0d890 commit 7c2772c
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 @@ -56,4 +56,4 @@ class Speaker extends Writable {
public isSupported(format: number): boolean;
}

exports = Speaker
export = Speaker

0 comments on commit 7c2772c

Please sign in to comment.