xdashReadme | API


xdash / UnwrapPromise

Type alias: UnwrapPromise<T>

UnwrapPromise<T>: T extends Promise<infer U> ? U : T

Type parameters

T

Source

types.ts:32