@educorvi/rita
    Preparing search index...

    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 null | string | number | Record<string, any>

      ```typescript
      const jsonArguments = someCalculation.arguments.map(mapParameterToJSONReady);