Function isFeatureFlagEnabled

  • Checks if a feature flag is enabled

    Returns

    boolean indicating whether the feature flag is enabled

    Parameters

    • config: Config

      Uses a Config object (see src/types/index.ts)

    • name: string

      Name of the feature flag to check

    Returns Promise<boolean>

Generated using TypeDoc