We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d229fe9 commit 6f3be80Copy full SHA for 6f3be80
src/chai/interface/assert.ts
@@ -513,7 +513,7 @@ export interface AssertInterface {
513
514
isCallable(val: unknown, msg?: string): void;
515
isNotCallable(val: unknown, msg?: string): void;
516
- isIterable(val: unknown, msg?: string): void;
+ isIterable(val: unknown, msg?: string): asserts val is Iterable<unknown>;
517
}
518
519
/**
0 commit comments