UNPKG

unleash-server

Version:

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

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