chai-extensions.d.ts 131 B

1234567
  1. declare namespace Chai {
  2. interface Assertion {
  3. throwWithCause: Throw;
  4. beNullish(): void;
  5. notBeNullish(): void;
  6. }
  7. }