Some shared modules for the browser and Node from my projects.
npm install @muspellheim/shared
import { XXX } from '@muspellheim/shared';
import { XXX } from '@muspellheim/shared/browser';
import { XXX } from '@muspellheim/shared/node';
See https://falkoschumann.github.io/muspellheim-shared-javascript/
The Makefile
runs the build as default task. Other tasks are
test
: run all tests,format
: format source code
- Add missing docs
- Use asserts for parameters
- Rename project to
muspellheim-shared-js
- Use equatable protocol for value objects