From fefb9017e7f77b3ce6fc24de86b12cf37fab51ec Mon Sep 17 00:00:00 2001 From: Michal Hruby Date: Thu, 6 Apr 2017 09:50:05 +0100 Subject: [PATCH] Drop everything from should-promised --- types/should-promised/index.d.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/types/should-promised/index.d.ts b/types/should-promised/index.d.ts index 065237f45e..0c17b970f7 100644 --- a/types/should-promised/index.d.ts +++ b/types/should-promised/index.d.ts @@ -4,9 +4,5 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped interface ShouldAssertion { - Promise: ShouldAssertion; - fulfilled: Promise; - rejected: Promise; - finally: ShouldAssertion; - eventually: ShouldAssertion; + // all of the extensions are now part of should itself }