UNPKG

1.55 kBMarkdownView Raw
1# @pres/enum-events
2
3[![npm version][badge-npm-version]][url-npm]
4[![npm download monthly][badge-npm-download-monthly]][url-npm]
5[![npm download total][badge-npm-download-total]][url-npm]
6[![npm dependents][badge-npm-dependents]][url-github]
7[![npm license][badge-npm-license]][url-npm]
8[![pp install size][badge-pp-install-size]][url-pp]
9[![github commit last][badge-github-last-commit]][url-github]
10[![github commit total][badge-github-commit-count]][url-github]
11
12[//]: <> (Shields)
13
14[badge-npm-version]: https://flat.badgen.net/npm/v/@pres/enum-events
15
16[badge-npm-download-monthly]: https://flat.badgen.net/npm/dm/@pres/enum-events
17
18[badge-npm-download-total]:https://flat.badgen.net/npm/dt/@pres/enum-events
19
20[badge-npm-dependents]: https://flat.badgen.net/npm/dependents/@pres/enum-events
21
22[badge-npm-license]: https://flat.badgen.net/npm/license/@pres/enum-events
23
24[badge-pp-install-size]: https://flat.badgen.net/packagephobia/install/@pres/enum-events
25
26[badge-github-last-commit]: https://flat.badgen.net/github/last-commit/hoyeungw/pres
27
28[badge-github-commit-count]: https://flat.badgen.net/github/commits/hoyeungw/pres
29
30[//]: <> (Link)
31
32[url-npm]: https://npmjs.org/package/@pres/enum-events
33
34[url-pp]: https://packagephobia.now.sh/result?p=@pres/enum-events
35
36[url-github]: https://github.com/hoyeungw/pres
37
38##### Fork cluster with configs
39
40#### Install
41
42```console
43$ npm install @pres/enum-events
44```
45
46#### Usage
47
48```js
49import { Signaler } from '@pres/enum-events'
50Signaler.register(instance,process,)
51```
52
53#### Meta
54
55[LICENSE (MIT)](LICENSE)