Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Objects"

Index

Functions

Functions

copyProps

  • copyProps<T>(obj: T, opts?: object | object): Partial<T>
  • Create a shallow copy of objects with support for blocking properties and allowing properties

    export
    template

    T

    Type parameters

    • T: object

    Parameters

    • obj: T
    • Optional opts: object | object

    Returns Partial<T>

Generated using TypeDoc