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

Commit 1067818

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
export { baggageEntryMetadataFromString } from './baggage';
17+
export * from './baggage';
1818
export * from './common/Exception';
1919
export * from './common/Time';
2020
export * from './diag';

0 commit comments

Comments
 (0)