Module Exif.Endian

type t =
| Big
| Little
val to_string : t -> string
val sys : t

Endian of the system. Based on Sys.big_endian