4.3.0 • Published 1 year ago

@hansogj/abonnement-js v4.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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.3.0

1 year ago

3.2.0

2 years ago

4.1.0

2 years ago

4.0.0

2 years ago

4.2.1

2 years ago

4.2.0

2 years ago

4.0.0-0

2 years ago

3.1.0

3 years ago

3.0.0

3 years ago