Module SpeakPunctuation.Value

type t = [
| Css_Value.Global.t
| `code
| `none
]
val show : t -> string