mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-28 12:43:06 +08:00
es6-promise - add .polyfill() method
This commit is contained in:
Vendored
+1
@@ -68,6 +68,7 @@ declare module 'es6-promise' {
|
||||
var foo: typeof Promise; // Temp variable to reference Promise in local context
|
||||
module rsvp {
|
||||
export var Promise: typeof foo;
|
||||
export function polyfill();
|
||||
}
|
||||
export = rsvp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user