UNPKG

unleash-server

Version:

Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.

5 lines 246 B
import type { Strategy } from './strategy.js'; export { Strategy } from './strategy.js'; export type { StrategyTransportInterface } from './strategy.js'; export declare const defaultStrategies: Array<Strategy>; //# sourceMappingURL=index.d.ts.map