https://github.com/Microsoft/TypeScript
Raw File
Tip revision: f96a9127e28d80ddb06f13212daf117eb4df6f7d authored by Ron Buckton on 12 January 2017, 22:08:08 UTC
Adds new 'promised' type operator
Tip revision: f96a912
issue_template.md
<!-- BUGS: Please use this template. -->
<!-- QUESTIONS: This is not a general support forum! Ask Qs at http://stackoverflow.com/questions/tagged/typescript -->
<!-- SUGGESTIONS: See https://github.com/Microsoft/TypeScript-wiki/blob/master/Writing-Good-Design-Proposals.md -->

**TypeScript Version:**  2.1.1 / nightly (2.2.0-dev.201xxxxx)

**Code**

```ts
// A *self-contained* demonstration of the problem follows...

```

**Expected behavior:**

**Actual behavior:**
back to top