@kano/common
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,8 @@ | ||
export const Event = { | ||
get None() { | ||
const _disposable = { dispose() { } }; | ||
return function () { return _disposable; }; | ||
} | ||
} | ||
export class EventEmitter { | ||
@@ -2,0 +9,0 @@ static _noop() {} |
export * from './events/index.js'; | ||
export * from './disposable/index.js'; | ||
export * from './lifecycle/index.js'; | ||
export * from './time/index.js'; | ||
export * from './cancellation/index.js'; |
{ | ||
"name": "@kano/common", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:KanoComputing/web-common.git", |
@@ -26,3 +26,4 @@ # Kano Common libraries | ||
## [Events](./events) | ||
## [Disposable](./disposable) | ||
## [Lifecycle](./lifecycle) | ||
## [Time](./time) | ||
## [Cancellation](./cancellation) |
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
7481
12
227
29