UNPKG

unleash-server

Version:

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

11 lines 524 B
import type { IUnleashConfig } from '../../types/index.js'; import type { IUnleashServices } from '../../services/index.js'; /** * Schedules service methods. * * In order to promote runtime control, you should **not use** a flagResolver inside this method. Instead, implement your flag usage inside the scheduled methods themselves. * @param services * @param config */ export declare const scheduleServices: (services: IUnleashServices, config: IUnleashConfig) => void; //# sourceMappingURL=schedule-services.d.ts.map