mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
update promises-a-plus/promises-a-plus-tests.ts
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
/// <reference path="../rx/rx.async.d.ts"/>
|
||||
/// <reference path="../es6-promise/es6-promise.d.ts"/>
|
||||
/// <reference path="../q/Q.d.ts"/>
|
||||
import When = require("../when/when");
|
||||
|
||||
/// <reference path="../when/when"/>
|
||||
|
||||
var thenNum: PromisesAPlus.Thenable<number>;
|
||||
var thenStr: PromisesAPlus.Thenable<string>;
|
||||
|
||||
Reference in New Issue
Block a user