From 445ed7e54c1b2a8e84610afab0aab2b2ee2ffb4e Mon Sep 17 00:00:00 2001 From: Ville Lahdenvuo Date: Sat, 21 May 2016 17:25:56 +0200 Subject: [PATCH] Add Undefined to should (#7746) --- should/should.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/should/should.d.ts b/should/should.d.ts index ce2743dfd8..b0e6054bde 100644 --- a/should/should.d.ts +++ b/should/should.d.ts @@ -40,6 +40,7 @@ interface ShouldAssertion { Function(): ShouldAssertion; Date(): ShouldAssertion; Class(): ShouldAssertion; + Undefined(): ShouldAssertion; generator(): ShouldAssertion; iterable(): ShouldAssertion; iterator(): ShouldAssertion;