Cookie-JustgageReasonCookie
This module does not have a toplevel documentation block.
let setJson = (string, Js.Json.t) => unit
No documentation for this value
type config
No documentation for this type
let makeConfig = ( ~?expires: option(int), ~?path: option(string), unit ) => config
No documentation for this value
let remove = (string) => unit
No documentation for this value
let setJsonConfig = (string, Js.Json.t, config) => unit
No documentation for this value
let setString = (string, string) => unit
No documentation for this value
let getAsString = (string) => option(string)
No documentation for this value
let getAsJson = (string) => option(Js.Json.t)
No documentation for this value