Module Js.FormDataSource

Sourcetype entryValue = [
  1. | `String of string
]
Sourcetype t = (string, entryValue) Hashtbl.t
Sourceval make : unit -> t
Sourceval append : t -> string -> entryValue -> unit
Sourceval get : t -> string -> entryValue
Sourceval entries : t -> (string * entryValue) list