iterator-helper
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -5,3 +5,3 @@ declare const IteratorSlot: unique symbol; | ||
export declare function awrap<It, T, R>(func: (...args: Parameters<T, R>) => R): (this: any, ...args: any) => HAsyncIterator<It>; | ||
export declare function aiter<T>(item: AsyncIterator<T> | AsyncIterator<T>): HAsyncIterator<T>; | ||
export declare function aiter<T>(item: AsyncIterator<T> | AsyncIterable<T>): HAsyncIterator<T>; | ||
export declare class HAsyncIterator<T> implements AsyncIterator<T> { | ||
@@ -8,0 +8,0 @@ [IteratorSlot]: AsyncIterator<T>; |
{ | ||
"name": "iterator-helper", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.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