Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Commit e16acbd

Browse files
committed
chore: export baggage
1 parent da59730 commit e16acbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
*/
1616

1717
export { baggageEntryMetadataFromString } from './baggage';
18+
export * from './baggage/Baggage';
19+
export * from './baggage/Entry';
1820
export * from './common/Exception';
1921
export * from './common/Time';
2022
export * from './diag';

0 commit comments

Comments
 (0)