Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 9978cd7

Browse files
committed
feat(core): export TypeScript public interfaces
1 parent 0d0f07e commit 9978cd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ import { Analytics } from './analytics'
22

33
export default new Analytics.Client()
44
export { Analytics }
5+
export { Configuration, JsonMap } from './bridge'

0 commit comments

Comments
 (0)