@nevware21/ts-utils
    Preparing search index...

    Function isFormData

    • Checks if the type of value is a FormData object.

      Parameters

      • value: any

        Value to be checked.

      Returns value is FormData

      True if the value is a FormData, false otherwise.