Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Obj

Index

Constructors

Methods

Constructors

constructor

Methods

Static clone

  • clone<T>(obj: T): T

Static exclude

  • exclude<T, K>(obj: T, keys: K[]): T

Static merge

  • merge(...objs: any[]): object