• Creates an array of own 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

    _.toPairs

Generated using TypeDoc