Home

@muspellheim/shared 0.6.1

Shared

Build NPM Version

Some shared modules for the browser and Node from my projects.

Installation

npm install @muspellheim/shared

Usage

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/

Contributing

The Makefile runs the build as default task. Other tasks are

  • test: run all tests,
  • format: format source code

Credits

Open issues

  • [ ] Add missing docs
  • [ ] Use asserts for parameters
  • [ ] Rename project to muspellheim-shared-js
  • [ ] Use equatable protocol for value objects