Go to file
Michal Szczepanski 2a9820cf22 feat: bump version to 0.0.2 2023-06-14 05:39:50 +02:00
@types Initial commit 2023-06-14 05:22:14 +02:00
bin feat: tiny event dispatcher 2023-06-14 05:35:19 +02:00
src feat: bump version to 0.0.2 2023-06-14 05:39:50 +02:00
.env Initial commit 2023-06-14 05:22:14 +02:00
.env.development Initial commit 2023-06-14 05:22:14 +02:00
.eslintignore Initial commit 2023-06-14 05:22:14 +02:00
.eslintrc Initial commit 2023-06-14 05:22:14 +02:00
.gitignore feat: tiny event dispatcher 2023-06-14 05:35:19 +02:00
.npmignore feat: tiny event dispatcher 2023-06-14 05:35:19 +02:00
.parcelrc Initial commit 2023-06-14 05:22:14 +02:00
.prettierrc.json Initial commit 2023-06-14 05:22:14 +02:00
LICENSE Initial commit 2023-06-14 05:22:14 +02:00
README.md doc: update README with correct information 2023-06-14 05:36:44 +02:00
package-lock.json feat: tiny event dispatcher 2023-06-14 05:35:19 +02:00
package.json feat: bump version to 0.0.2 2023-06-14 05:39:50 +02:00
tsconfig.json Initial commit 2023-06-14 05:22:14 +02:00

README.md

tiny-dispatcher

  • dispatch events
  • cleanup all listeners

Development

npm run dev

Production

npm run build