Skip to content

Commit 4949f18

Browse files
authored
chore(nodejs): expose SenderOptions class (#53)
1 parent 1073a06 commit 4949f18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
*/
55

66
export { Sender } from "./sender";
7-
export type { SenderOptions, ExtraOptions } from "./options";
7+
export { SenderOptions } from "./options";
8+
export type { ExtraOptions } from "./options";
89
export type { TimestampUnit } from "./utils";
910
export type { SenderBuffer } from "./buffer";
1011
export { SenderBufferV1 } from "./buffer/bufferv1";

0 commit comments

Comments
 (0)