rayende
v1.0.1
Published
Abstract decode and encode operation
Downloads
2
Readme
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)