@fastkit/ev
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -200,2 +200,1 @@ 'use strict'; | ||
exports.EV = EV; | ||
exports.default = EV; |
@@ -200,2 +200,1 @@ 'use strict'; | ||
exports.EV = EV; | ||
exports.default = EV; |
@@ -28,3 +28,3 @@ | ||
*/ | ||
declare class EV<EventMap extends EVEventMap = EVEventMap> { | ||
export declare class EV<EventMap extends EVEventMap = EVEventMap> { | ||
/** | ||
@@ -180,4 +180,2 @@ * Create and return listener instance by type, handler. | ||
} | ||
export { EV } | ||
export default EV; | ||
@@ -184,0 +182,0 @@ /** |
@@ -195,3 +195,2 @@ class EVListener { | ||
export default EV; | ||
export { EV }; |
{ | ||
"name": "@fastkit/ev", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "@fastkit/ev", | ||
"buildOptions": { | ||
"name": "EV" | ||
}, | ||
"main": "index.js", | ||
@@ -6,0 +9,0 @@ "module": "dist/ev.esm-bundler.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25962
811