A simple system that handles communication between code running in different contexts (e.g.: workers) through messages.
The bundles are built with rollup, you can run the build by: npm run build
Linting is done by tslint, you can run it by: npm run lint
Tests were written using mocha and sinon.
Run tests by: npm test