• Return an array of the enumerable property values of an object.

    Type Parameters

    • T

    Parameters

    • obj: {
          [s: string]: T;
      } | ArrayLike<T>

      The object for which the values are to be returned.

    Returns T[]

    An array of the enumerable property values of the object.

  • Return an array of the enumerable property values of an object.

    Parameters

    • obj: {}

      The object for which the values are to be returned.

      Returns any[]

      An array of the enumerable property values of the object.

    Generated using TypeDoc