mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
Drop everything from should-promised
This commit is contained in:
Vendored
+1
-5
@@ -4,9 +4,5 @@
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
interface ShouldAssertion {
|
||||
Promise: ShouldAssertion;
|
||||
fulfilled: Promise<any>;
|
||||
rejected: Promise<any>;
|
||||
finally: ShouldAssertion;
|
||||
eventually: ShouldAssertion;
|
||||
// all of the extensions are now part of should itself
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user