Skip to content

Commit

Permalink
export param types
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Jan 11, 2023
1 parent ef47e9e commit 87e9160
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/node/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
export { Analytics } from './app/analytics-node'
export { Context } from './app/context'
export { Plugin, GroupTraits, UserTraits } from './app/types'
export type {
Plugin,
GroupTraits,
UserTraits,
TrackParams,
IdentifyParams,
AliasParams,
GroupParams,
PageParams,
} from './app/types'
export type { AnalyticsSettings } from './app/settings'

// export Analytics as both a named export and a default export (for backwards-compat. reasons)
Expand Down

0 comments on commit 87e9160

Please sign in to comment.