package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `none
  2. | `normal
  3. | `openQuote
  4. | `closeQuote
  5. | `noOpenQuote
  6. | `noCloseQuote
  7. | `attr of string
  8. | `text of string
]
val text_to_string : Js.String.t -> Js.String.t
val toString : [< `attr of string | `closeQuote | `noCloseQuote | `noOpenQuote | `none | `normal | `openQuote | `text of Js.String.t ] -> Js.String.t
OCaml

Innovation. Community. Security.