Module FormData.EntryValue

type t

This represents a FormDataEntryValue.

val classify : t -> [> `String of string | `File of file ]

classify entryValue safely casts the entryValue to its correct runtime type.