Function getFeatureFlagContent

  • Gets the content of a feature flag is the flag is enabled else returns an empty string

    Returns

    string containing the content of the feature flag

    Parameters

    • config: Config

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

    • name: string

      Name of the feature flag to check

    Returns Promise<string>

Generated using TypeDoc