• Type Parameters

    • T extends Object

    Parameters

    • objects: readonly T[]

    Returns Record<string, T>

    a new Record from objects, using the string returned by Object.toString() as the keys and the objects as the values.

Generated using TypeDoc