• Map any object to another, using a map

    Type Parameters

    • T extends object

    Parameters

    • input: T

      Data that is used as the input to each function in map

    • map: ObjectMap

      Contains strings or functions that are called on each key/value pair of input

    Returns Record<string, unknown>

    The mapped string

Generated using TypeDoc