diff --git a/when/when.d.ts b/when/when.d.ts index 1f71d9ebbd..a7436c1d8c 100644 --- a/when/when.d.ts +++ b/when/when.d.ts @@ -1,6 +1,6 @@ // Type definitions for When 2.4.0 // Project: https://github.com/cujojs/when -// Definitions by: Derek Cicerone +// Definitions by: Derek Cicerone and Wim Looman // Definitions: https://github.com/borisyankov/DefinitelyTyped declare function When(value: When.Promise): When.Promise;