@psdk/cpcl
===

```
npm i @psdk/cpcl
```

<!--harmony-->

## How to use

```js
const cpcl = CPCL.generic(lifecycle);
const reporter = await cpcl
  .raw(Raw.binary(new Uint8Array([0x10, 0xff, 0xbf])))
  .write({chunkSize: 512});
```


