rayende
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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)

Readme

Keywords

Package Sidebar

Install

npm i rayende

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

3.59 kB

Total Files

9

Last publish

Collaborators

  • wlx199x