Documentation
    Preparing search index...
    • Initializes the members of a object with a set of values, in a type safe way. Properties that are undefined in "values" are skipped.

      Type Parameters

      • T extends object

      Parameters

      • obj: T
      • values: Partial<T>

      Returns T