@alextheman/utility - v4.3.5
    Preparing search index...

    Function createFormData

    • Creates FormData from a given object, resolving non-string types as appropriate.

      Type Parameters

      • DataType extends Record<RecordKey, unknown>

        The type of the given data.

      Parameters

      Returns FormData

      A FormData object with the data applied.