Function createFormData

  • Creates a reusable formdata function.

    Returns never

    You must configure the generic argument T

    compile error

    Jeongho Nam - https://github.com/samchon

  • Creates a reusable formdata function.

    Type Parameters

    • T extends object

      The type of the formdata object

    Returns ((input: FormData) => T)

    A reusable formdata function

      • (input): T
      • Parameters

        • input: FormData

        Returns T

    Jeongho Nam - https://github.com/samchon