UNPKG

@flagship.io/js-sdk

Version:
17 lines (16 loc) 975 B
import { Flagship } from './main/Flagship'; export { Flagship } from './main/Flagship'; export { DecisionApiConfig, DecisionMode } from './config/index'; export type { IFlagshipConfig, IBucketingConfig, IDecisionApiConfig, IEdgeConfig } from './config/index'; export type { IEvent, IItem, IPage, IScreen, ITransaction } from './hit/index'; export { EventCategory } from './hit/index'; export { FSSdkStatus, LogLevel, HitType, CacheStrategy, FSFetchReasons, FSFetchStatus, FSFlagStatus } from './enum/index'; export * from './enum/FlagshipContext'; export * from './types'; export { Visitor } from './visitor/index'; export type { IVisitorCacheImplementation } from './cache/IVisitorCacheImplementation'; export type { IHitCacheImplementation } from './cache/IHitCacheImplementation'; export type { IFlagshipLogManager } from './utils/FlagshipLogManager'; export type { BucketingDTO } from './decision/api/bucketingDTO'; export * from './flag/index'; export default Flagship;