mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Add Undefined to should (#7746)
This commit is contained in:
committed by
Masahiro Wakame
parent
4143c4ff6f
commit
445ed7e54c
1
should/should.d.ts
vendored
1
should/should.d.ts
vendored
@@ -40,6 +40,7 @@ interface ShouldAssertion {
|
||||
Function(): ShouldAssertion;
|
||||
Date(): ShouldAssertion;
|
||||
Class(): ShouldAssertion;
|
||||
Undefined(): ShouldAssertion;
|
||||
generator(): ShouldAssertion;
|
||||
iterable(): ShouldAssertion;
|
||||
iterator(): ShouldAssertion;
|
||||
|
||||
Reference in New Issue
Block a user