Module Typed_array.Bigstring

module Bigstring: sig .. end

type t = (char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t 
val to_arrayBuffer : t -> Typed_array.arrayBuffer Js.t
val of_arrayBuffer : Typed_array.arrayBuffer Js.t -> t