Skip to content

Instantly share code, notes, and snippets.

@nicu-chiciuc
Created October 20, 2019 12:21
Show Gist options
  • Save nicu-chiciuc/a91a9d3e345908635cc3ae79e0f7f4f0 to your computer and use it in GitHub Desktop.
Save nicu-chiciuc/a91a9d3e345908635cc3ae79e0f7f4f0 to your computer and use it in GitHub Desktop.
type UnpackPromise<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