Skip to content

Commit 7c2772c

Browse files
committed
Fix TypeScript definition
Fixes #142.
1 parent fe0d890 commit 7c2772c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ class Speaker extends Writable {
5656
public isSupported(format: number): boolean;
5757
}
5858

59-
exports = Speaker
59+
export = Speaker

0 commit comments

Comments
 (0)