mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
Add Undefined to should (#7746)
This commit is contained in:
committed by
Masahiro Wakame
parent
4143c4ff6f
commit
445ed7e54c
Vendored
+1
@@ -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