Skip to content

Commit d580b19

Browse files
authored
Merge pull request #22 from StefanSchmelz/master
Add channel 0 to types
2 parents b22dad4 + cdfa382 commit d580b19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { EventEmitter } from "events";
22

3-
export type Channel = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15;
3+
export type Channel = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15;
44

55
export interface Note {
66
note: number;
@@ -91,4 +91,4 @@ export declare class Output {
9191
}
9292

9393
export declare function getInputs(): string[];
94-
export declare function getOutputs(): string[];
94+
export declare function getOutputs(): string[];

0 commit comments

Comments
 (0)