@alextheman/utility - v5.10.1
    Preparing search index...

    Function createFormData

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

      Type Parameters

      • DataType extends Record<PropertyKey, unknown>

        The type of the given data.

      Parameters

      Returns FormData

      A FormData object with the data applied.