UNPKG

feature-toggle-package

Version:

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

3 lines (2 loc) 160 B
export { FeatureToggle } from './controller/feature-toggle.controller.js'; export { FeatureToggleError, ModuleError, SubmoduleError } from './types/errors.js';