ezyVet Javascript Helper Library Documentation
    Preparing search index...

    Function mapper

    • 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