@eagleoutice/flowr - v2.10.3
    Preparing search index...
    • Prints the given feature statistics to the console.

      Parameters

      • statistics: { features: FeatureStatistics; meta: MetaStatistics }
      • features:
            | "all"
            | Set<
                | "values"
                | "comments"
                | "variables"
                | "usedPackages"
                | "definedFunctions"
                | "usedFunctions"
                | "assignments"
                | "loops"
                | "controlflow"
                | "dataAccess"
                | "expressionList",
            > = 'all'

      Returns void