UNPKG

unleash-server

Version:

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

4 lines 169 B
import type { IUnleashStores } from '../../lib/types'; declare const createStores: () => IUnleashStores; export default createStores; //# sourceMappingURL=store.d.ts.map