mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-31 11:40:47 +08:00
Update es6-promise.d.ts
This commit is contained in:
Vendored
-1
@@ -68,7 +68,6 @@ 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