mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-26 10:56:19 +08:00
9 lines
309 B
TypeScript
9 lines
309 B
TypeScript
// Type definitions for should-promised
|
|
// Project: https://github.com/shouldjs/promised
|
|
// Definitions by: Yaroslav Admin <https://github.com/devoto13/>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
interface ShouldAssertion {
|
|
// all of the extensions are now part of should itself
|
|
}
|