This project makes it possible to use a compact universal binary data format for JavaScript objects.
| Package | Version | Downloads | Coverage | Description |
|---|---|---|---|---|
| @xobj/buffer | Buffer for Browser and NodeJS. Writing and reading basic types to binary data. | |||
| @xobj/core | Decoding and encoding JavaScript / TypeScript / JSON objects to binary format. |
| Package | Description |
|---|---|
| rollup-sample | Sample with rollup bundling |
| rollup-external-sample | Sample with external rollup bundling |
| browser-sample | Sample for browser |
| nodejs-sample | Sample for nodejs |
Install all dependencies
yarnBuild all projects
yarn buildTest all projects
yarn testGenerate coverage report
yarn coverageCheck code quality
yarn lint