@http4t/core
Advanced tools
Comparing version 0.0.94 to 0.0.95
@@ -60,2 +60,3 @@ "use strict"; | ||
}); | ||
this.end = function () { }; | ||
}; | ||
@@ -62,0 +63,0 @@ AsyncIteratorHandler.prototype.error = function (e) { |
@@ -38,2 +38,3 @@ type PromiseCallbacks<T> = [(value: IteratorResult<T>) => void, (err: any) => void]; | ||
value: undefined as any as T/* they got the interface wrong*/})); | ||
this.end = ()=>{}; | ||
} | ||
@@ -40,0 +41,0 @@ |
{ | ||
"name": "@http4t/core", | ||
"version": "0.0.94", | ||
"version": "0.0.95", | ||
"license": "Apache-2.0" | ||
} |
Sorry, the diff of this file is not supported yet
103288
1878