Options
All
  • Public
  • Public/Protected
  • All
Menu

External module objectf

Index

Functions

areEqual

  • areEqual(a: object, b: object): boolean
  • Parameters

    • a: object
      • [key: string]: any
    • b: object
      • [key: string]: any

    Returns boolean

copy

  • copy(obj: Object): Object

deepCopy

  • deepCopy(input: Array<any> | [key, string]): Array<any> | Object

forEach

  • forEach(obj: Object, callback: Function): void

jsonCopy

  • jsonCopy(obj: Object | Array<any>): Object | Array<any>