Module MemoryEvent.M

type body = {
  1. memoryReference : string;
  2. offset : int;
  3. count : int;
}
val body_of_js : Ojs.t -> body
val body_to_js : body -> Ojs.t
val event : string