rayende Abstract decode and encode operation Install npm install --save rayende Usage and example import {newRayEnde} from "rayende" const coder = newRayEnde() const buff = coder.enpack({"a":"hello", "b":"world"}) const data = coder.depack(buff)