@eagleoutice/flowr - v2.15.8
    Preparing search index...

    Function singleCriterionLineParser

    • SupportedQuery#fromLine for a query keyed by a single slicing criterion, erroring (naming the query as label) when it is missing

      Type Parameters

      • T extends string

      Parameters

      • type: T
      • label: string
      • Optionalextra: (line: readonly string[]) => Record<string, unknown>

      Returns (
          output: ReplOutput,
          line: readonly string[],
          _config: FlowrConfig,
      ) => ParsedQueryLine<T>