@klasa/event-iterator
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -108,2 +108,3 @@ "use strict"; | ||
this.end(); | ||
__classPrivateFieldSet(this, _queue, []); | ||
return { done: true, value: undefined }; | ||
@@ -116,2 +117,3 @@ } | ||
this.end(); | ||
__classPrivateFieldSet(this, _queue, []); | ||
return { done: true, value: undefined }; | ||
@@ -118,0 +120,0 @@ } |
{ | ||
"name": "@klasa/event-iterator", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Turns event emitter events into async iterators.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
12212
202