Frodo Library - v4.0.0-10
    Preparing search index...

    Type Alias Feature

    type Feature = {
        hasFeature(featureId: string): Promise<boolean>;
        readFeatures(): Promise<FeatureInterface[]>;
    }
    Index

    Methods

    • Check if feature is available

      Parameters

      • featureId: string

        feature id (e.g. 'service-accounts')

      Returns Promise<boolean>

      a promise that resolves to true if the feature is available and to false otherwise