module Node_buffer: sig .. end
sig
end
type t = Node.buffer
Node.buffer
val isBuffer : 'a -> bool
'a -> bool
val fromString : string -> t
string -> t