Function getOperator

  • Returns the operator function or undefined if it is not found

    Parameters

    • type: OperatorType

      Type of operator

    • operator: string

      Name of the operator

    • options: Pick<Options, "context" | "useGlobalContext">

    Returns Operator