UNPKG

feature-toggle-package

Version:

A lightweight and flexible feature toggle (feature flag) implementation for JavaScript/TypeScript applications

4 lines (3 loc) 252 B
export { FeatureToggle } from './controller/feature-toggle.controller.js'; export { AppConfig, FeatureConfig, SubmoduleConfig, ModuleConfig } from './types/index.js'; export { FeatureToggleError, ModuleError, SubmoduleError } from './types/errors.js';