Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "type/Awaited"

Index

Type aliases

Type aliases

Awaited

Awaited: { '1': T extends { then(onfulfilled: (value: U) => any): any; } ? any[U extends number ? "1" : "1...

Unwrap a Promise to obtain its return value.

see

https://github.com/Microsoft/TypeScript/pull/21613

Generated using TypeDoc