package server-reason-react

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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