Types
TypeScript type definitions exported from @vibe-flags/core.
All types are exported from the package entry point:
VibeFlagsConfigBoolean
Configuration for a boolean flag.
VibeFlagsConfigSelect
Configuration for a select flag.
VibeFlagsConfig
Union of all flag configuration types.
VibeFlagsValue
The runtime value of any flag.
VibeFlagsState
A map of all flag values, keyed by flag name.