ts-simple-event-bus
Advanced tools
Comparing version
{ | ||
"name": "ts-simple-event-bus", | ||
"version": "2.0.0", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"version": "2.0.1", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "build": "webpack --config webpack.config.js", |
@@ -1,3 +0,1 @@ | ||
type Queue = string; | ||
export type Message<T = any> = T; | ||
@@ -4,0 +2,0 @@ |
12229
-14.93%9
-10%270
-0.37%