Skip to content

Instantly share code, notes, and snippets.

@koss-lebedev
Created May 14, 2019 11:33
Embed
What would you like to do?
declare type PromiseResult<T> = T extends Promise<infer U> ? U : T
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment