package ezjs_recaptcha

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type theme =
  1. | Light
  2. | Dark
type data_size =
  1. | Compact
  2. | Normal
val theme_to_string : theme -> string
val data_size_to_string : data_size -> string
val check : ?theme:theme -> ?data_size:data_size -> string -> string -> (string -> unit) -> unit