Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "compile/term"

Index

Type aliases

FieldName

FieldName: string

FieldName

FilterTermConstructor

FilterTermConstructor<T>: function

FilterTermConstructor type.

The FilterTermConstructor constructs a Term for a filter to be used in a query.

Type parameters

  • T

Type declaration

FoldFunc

FoldFunc<T, A>: function

FoldFunc

Type parameters

  • T

  • A

Type declaration

    • (prev: A, curr: Term<T>): A
    • Parameters

      • prev: A
      • curr: Term<T>

      Returns A

Operator

Operator: string

Operator

TermType

TermType: string

TermType

Generated using TypeDoc