Module M.Base64

type option = [
  1. | `Default
  2. | `Url
  3. | `Default_no_padding
  4. | `Url_with_padding
  5. | `Default_accept_garbage
  6. | `Url_accept_garbage
  7. | `Default_or_url
  8. | `Default_or_url_accept_garbage
]
val option : option F.typ
type last_chunk_option = [
  1. | `Loose
  2. | `Strict
  3. | `Stop_before_partial
  4. | `Only_full_chunks
]
val last_chunk_option : last_chunk_option F.typ