Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

IMapperPartial

IMapperPartial<T>: function | Partial<T>

Represents the mapping value or function used in map_collection

Type parameters

  • T

IObjectEntry

IObjectEntry<T>: [string, T]

Represents a entry from an object that was processed via Object.entries

Type parameters

  • T

IPredicatePartial

IPredicatePartial<T>: function | Partial<T> | number

Represents the predicate filter, function, or Array index used in filter_collection / find_collection / reject_collection

Type parameters

  • T

IUpdatePartial

IUpdatePartial<T>: function | Partial<T>

Represents the updating value or function used in update_value

Type parameters

  • T

Functions

noop

  • noop(): void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc