@muspellheim/shared

v0.5.0

Published

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

Downloads

253

Readme

Shared Build

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/index.js';
import { XXX } from '@muspellheim/shared/browser/node.js';

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.