Skip to content

Commit

Permalink
fix(types): add stream to protocol string union type
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-crisp committed Aug 30, 2021
1 parent 8bbae4d commit 758c420
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 758c420

Please sign in to comment.