Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "util/object"

Index

Functions

isObject

  • isObject(value: unknown): boolean
  • Checks if the provided value is an object.

    Parameters

    • value: unknown

      Value to check.

    Returns boolean

isPlainObject

  • isPlainObject(value: unknown): boolean
  • Checks if the provided value is a plain javascript object.

    Parameters

    • value: unknown

      Value to check.

    Returns boolean

prototypeAugment

  • prototypeAugment(target: object, source: object): object
  • Add an object's functionality to your target's prototype chain.

    Parameters

    • target: object

      Target object to augment.

    • source: object

      Source to use for augmentation.

    Returns object

Generated using TypeDoc