Maps flag names to ValueGuard functions.
When provided to CompositionEngine, each execute callback's input and output values are validated against the guards declared for the corresponding flags. Validation failures clear the pending chain and emit a console.warn in development.
console.warn
Maps flag names to ValueGuard functions.
When provided to CompositionEngine, each execute callback's input and output values are validated against the guards declared for the corresponding flags. Validation failures clear the pending chain and emit a
console.warnin development.