# Functions

All returns a read of all known feature flags.
Get returns a specific feature flag by name.
New returns a new feature flag.
Set parses and stores features from a string like "feature1=true,feature2=false".

# Constants

EnvVar is the name of the environment variable to read feature flags from.

# Variables

Toggle the usage of merging credentials in chain provider.

# Interfaces

FeatureFlag indicates whether a given feature is enabled or not.

# Type aliases

FeatureFlags defines a read of feature flags.