We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f63171a + 4f963ec commit 778e906Copy full SHA for 778e906
index.d.ts
@@ -1,6 +1,6 @@
1
import { Writable, WritableOptions } from 'stream';
2
3
-namespace Speaker {
+declare namespace Speaker {
4
interface Options extends WritableOptions {
5
readonly channels?: number;
6
readonly bitDepth?: number;
@@ -25,7 +25,7 @@ namespace Speaker {
25
*
26
* @param opts options.
27
*/
28
-class Speaker extends Writable {
+declare class Speaker extends Writable {
29
constructor(opts?: Speaker.Options);
30
31
/**
0 commit comments