mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Drop everything from should-promised
This commit is contained in:
6
types/should-promised/index.d.ts
vendored
6
types/should-promised/index.d.ts
vendored
@@ -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