Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-statsig committed Jan 11, 2024
1 parent fe87752 commit 7855873
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ import { StatsigUser } from './StatsigUser';
import { UserPersistedValues } from './utils/StickyValuesStorage';

export { default as DynamicConfig } from './DynamicConfig';
export { StatsigEnvironment, StatsigOptions } from './StatsigSDKOptions';
export {
StatsigEnvironment,
StatsigOptions,
UserPersistentStorageInterface,
} from './StatsigSDKOptions';
export { EvaluationReason } from './EvaluationMetadata';
export type { EvaluationDetails } from './EvaluationMetadata';
export { StatsigUser } from './StatsigUser';
Expand Down

0 comments on commit 7855873

Please sign in to comment.