• Creates an array of own and inherited enumerable key-value pairs for object.

    Type Parameters

    • T

    Parameters

    • Optional object: Dictionary<T> | NumericDictionary<T>

      The object to query.

    Returns [string, T][]

    Returns the new array of key-value pairs.

  • Parameters

    • Optional object: object

    Returns [string, any][]

    See

    _.toPairsIn

Generated using TypeDoc