Skip to content

Instantly share code, notes, and snippets.

@nicu-chiciuc
Created October 20, 2019 12:21
Show Gist options
  • Save nicu-chiciuc/6703d1c53ae8a834467e9aa2881a06f6 to your computer and use it in GitHub Desktop.
Save nicu-chiciuc/6703d1c53ae8a834467e9aa2881a06f6 to your computer and use it in GitHub Desktop.
export type FirstArgument<T> = T extends (val: infer R) => any ? R : never;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment