Function mapArgumentsToJSONReady

  • A function that is supposed to be used as argument for the Array.map() function, to map arguments to their rita-json ready counterparts.

    Parameters

    • item:
          | string
          | number
          | Date
          | Formula

      The item to be mapped

    Returns string | number | Record<string, any>