Skip to content

Commit

Permalink
Merge pull request #212 from tim-crisp/fix_211
Browse files Browse the repository at this point in the history
fix(types): add stream to protocol string union type
  • Loading branch information
bdeitte authored Sep 2, 2021
2 parents 8bbae4d + 758c420 commit 69818f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ declare module "hot-shots" {
path?: string;
port?: number;
prefix?: string;
protocol?: 'tcp' | 'udp' | 'uds';
protocol?: 'tcp' | 'udp' | 'uds' | 'stream';
sampleRate?: number;
socket?: dgram.Socket;
suffix?: string;
Expand Down

0 comments on commit 69818f4

Please sign in to comment.