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

Commit

Permalink
feat(core): export TypeScript public interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
fathyb committed Oct 24, 2018
1 parent 0d0f07e commit 9978cd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ import { Analytics } from './analytics'

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

0 comments on commit 9978cd7

Please sign in to comment.