• Retrieves a feature by its key from the settings.

    Parameters

    • settings: SettingsModel

      The settings containing features.

    • featureKey: string

      The key of the feature to find.

    Returns FeatureModel

    The feature if found, otherwise undefined.