Module Exif.Endian

module Endian: sig .. end

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