Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 425 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 425 Bytes

agrona-ts

TypeScript version of agrona DirectBuffer to use with Simple Binary Encoding

Used by codecs that are generated from SBE schema for TypeScript.

Development

git clone git@github.com:rafalpiotrowski/agrona-ts.git
cd agrona-ts
npm update
npm install --save-dev jest
npm install --save-dev ts-jest 
npm install --save-dev @types/jest
npm test