Function defaultsPrivate

  • Private

    Assigns own and inherited enumerable string and symbol keyed properties of source objects to the destination object.

    https://lodash.com/docs/4.17.4#defaults

    Note: This method mutates object.

    Returns

    Returns object.

    Parameters

    • objectIn: {
          [key: string]: any;
      }

      The destination object.

      • [key: string]: any
    • Rest ...sources: {
          [key: string]: any;
      }[]

      The source objects.

    Returns object

Generated using TypeDoc