Function createIsFormData

  • Creates a reusable isFormData function.

    Returns never

    You must configure the generic argument T

    compile error

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

  • Creates a reusable isFormData function.

    Type Parameters

    • T extends object

      The type of the formdata object

    Returns ((input: FormData) => T | null)

    A reusable isFormData function

      • (input): T | null
      • Parameters

        • input: FormData

        Returns T | null

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