1.3.3 • Published 2 years ago

custom-event-with-subscribers v1.3.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

custom-event-with-subscribers

Small library for creating custom event with subscribers.

You can use with React hooks, for example: custom-event-with-subscribers-react

Use with Angular framework: custom-event-with-subscribers-decorators

API

    dispatch(nameEvent: string, params?: any) => void - Create and run custom event
    subscribe(event: string, callback: Function) => void - Subscribe on custom event
    unsubscribe(event: string) => void - Unsubscribe on custom event
1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago