mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
ember-RSVP Add typing for Ember.RSVP.Promise constructor
This commit is contained in:
Vendored
+1
@@ -1501,6 +1501,7 @@ declare module Ember {
|
||||
}
|
||||
module RSVP {
|
||||
class Promise {
|
||||
constructor(resolver: Function, label?: string);
|
||||
then(done?: Function, fail?: Function): Promise;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user