Sha256: 445f830e4569656c06ed83cef8789195770dbd6ec3367d37e420999d7b2c90b3
Contents?: true
Size: 255 Bytes
Versions: 26
Compression:
Stored size: 255 Bytes
Contents
/** * Returns true if the provided object implements the AsyncIterator protocol via * implementing a `Symbol.asyncIterator` method. */ export declare function isAsyncIterable( maybeAsyncIterable: any, ): maybeAsyncIterable is AsyncIterable<unknown>;
Version data entries
26 entries across 26 versions & 1 rubygems