Go to file
Michal Szczepanski f6df41846d release: 0.0.4 2023-06-17 08:16:45 +02:00
bin feat: tiny event dispatcher 2023-06-14 05:35:19 +02:00
src feat: convert to singleton 2023-06-15 18:41:43 +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 fix: cleanup module resolution 2023-06-14 19:57:50 +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: add uglify 2023-06-17 08:16:11 +02:00
package.json release: 0.0.4 2023-06-17 08:16:45 +02:00
tsconfig.json feat: add uglify 2023-06-17 08:16:11 +02:00

README.md

tiny-dispatcher

  • dispatch events
  • cleanup all listeners

Development

npm run dev

Production

npm run build