to run tests and play with the lib,

```
npm install
npm run watch
npm run test
```

switch between the encode / decode code in test.ts

to build the lib,

```
npm run build
```
