We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1073a06 commit 4949f18Copy full SHA for 4949f18
src/index.ts
@@ -4,7 +4,8 @@
4
*/
5
6
export { Sender } from "./sender";
7
-export type { SenderOptions, ExtraOptions } from "./options";
+export { SenderOptions } from "./options";
8
+export type { ExtraOptions } from "./options";
9
export type { TimestampUnit } from "./utils";
10
export type { SenderBuffer } from "./buffer";
11
export { SenderBufferV1 } from "./buffer/bufferv1";
0 commit comments