Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Contains

Contains<T>: { $contains: T }

Type parameters

  • T = Primitive

Type declaration

  • $contains: T

Intersects

Intersects<T>: { $intersects: T[] }

Type parameters

  • T = Primitive

Type declaration

  • $intersects: T[]

Len

Len<T>: { $size: RelationalOp<T> }

Type parameters

  • T = Primitive

Type declaration

  • $size: RelationalOp<T>

Subset

Subset<T>: { $subset: T[] }

Type parameters

  • T = Primitive

Type declaration

  • $subset: T[]

Superset

Superset<T>: { $superset: T[] }

Type parameters

  • T = Primitive

Type declaration

  • $superset: T[]

Values

Values<T>: { $values: ArrayOp<T> }

Type parameters

  • T = Primitive

Type declaration

Generated using TypeDoc