9.2.0 • Published 6 years ago

@dmail/signal v9.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Signal

npm build codecov

Manage a list of functions to call on demand

Installing / Getting started

npm install @dmail/signal
import { createSignal } from "@dmail/signal"

const signal = createSignal()

signal.listen((arg) => {
  console.log(arg)
})

signal.emit("Hello world")

Executing above code logs "Hello world" in the console

Style guide

Prettier and eslint are used to ensure code style and format

API reference

Licensing

MIT

9.2.0

6 years ago

9.1.0

6 years ago

9.0.0

6 years ago

7.0.1

6 years ago

7.0.0

6 years ago

6.0.0

6 years ago

5.3.1

6 years ago

5.3.0

6 years ago

5.2.0

6 years ago

5.1.0

6 years ago

5.0.0

6 years ago

4.0.0

6 years ago

3.1.1

6 years ago

3.0.0

6 years ago

2.0.1

7 years ago

1.0.0

7 years ago