Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "deepCopy"

Index

Functions

Functions

deepCopy

  • deepCopy(variable: any): any
  • Performs a deep copy of a variable. Only plain objects and arrays are deeply copied.

    Parameters

    • variable: any

      Variable to deeply copy.

    Returns any

    Variable's deep copy.

Generated using TypeDoc