borsh

v2.0.0
Binary Object Representation Serializer for Hashing
serializer binary serializer deserializer consistency deterministic

test

jest test --runInBand

pretest

yarn build

lint

eslint borsh-ts/**/*.ts

fix

eslint borsh-ts/**/*.ts --fix

compile

tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json

build:clean

rm -rf ./lib

build

npm run build:clean && npm run compile && node .build_scripts/prepare-package-json.js
npm i borsh

Metadata

Downloads