Skip to content

Commit

Permalink
chore(internal): don't re-export streaming type (#76)
Browse files Browse the repository at this point in the history
exporting it breaks cloudflare types
  • Loading branch information
stainless-bot authored Jan 23, 2024
1 parent 73bac4c commit 92fb967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/streaming.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { APIError } from '@anthropic-ai/bedrock-sdk/error';
import { de_ResponseStream } from '@anthropic-ai/bedrock-sdk/aws/AWS_restJson1';
import { getMinimalSerdeContext, toUtf8 } from '@anthropic-ai/bedrock-sdk/aws/streaming';

export type Bytes = string | ArrayBuffer | Uint8Array | Buffer | null | undefined;
type Bytes = string | ArrayBuffer | Uint8Array | Buffer | null | undefined;

export type ServerSentEvent = {
event: string | null;
Expand Down

0 comments on commit 92fb967

Please # to comment.