Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RemovePropertyPredicates

An interface servicing similar removeProperty method implementations that differ by a filter-predicate function.

Hierarchy

  • Indexable<function>
    • RemovePropertyPredicates

Indexable

[key: string]: function

An interface servicing similar removeProperty method implementations that differ by a filter-predicate function.

    • (value: Object): boolean
    • Parameters

      • value: Object

      Returns boolean

Index

Methods

Methods

  • (value: Object): boolean
  • Returns true for values equal to null, undefined or "".

    Parameters

    • value: Object

    Returns boolean

0

  • 0(value: Object): boolean
  • Returns true for values that are considered falsy (null, undefined, "" or 0).

    Parameters

    • value: Object

    Returns boolean

undefined

  • undefined(value: Object): boolean
  • Returns true for values equal to null or undefined.

    Parameters

    • value: Object

    Returns boolean

Generated using TypeDoc