Module Flex.Wrap

include sig ... end
type value = [
| `nowrap
| `wrap
| `wrap_reverse
]
include sig ... end
val valueToJs : value -> string
val valueFromJs : string -> value option
type t = [
| Global.t
| value
]
val show : t -> string