4.6.0 • Published 11 months ago

@hansogj/abonnement-js v4.6.0

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

abonnement-js

lightweight, naive, event susbscription

Simple excample

import {
  Abonnement,
  JoinedAbonnement,
  AlleAbonnementer,
} from "../src/abonnement";


let stringAbonnement: Abonnement<String> =  new Abonnement<String>("start value")
stringAbonnement.abonner(e => console.log("current value is " + e);
stringAbonnement.varsle("updated value")

Inspect the test-file for usage

Develop

npm ci & npm build to build this pack

Breaking v4.0.0

Moving target lib from "lib" to "dist"

4.5.0

1 year ago

4.4.0

1 year ago

4.6.0

11 months ago

4.3.0

2 years ago

3.2.0

3 years ago

4.1.0

2 years ago

4.0.0

3 years ago

4.2.1

2 years ago

4.2.0

2 years ago

4.0.0-0

3 years ago

3.1.0

4 years ago

3.0.0

4 years ago