Skip to content

Instantly share code, notes, and snippets.

@exuanbo
Created August 10, 2021 01:03
Show Gist options
  • Save exuanbo/fd2ff63566a66a5bc0ffce9830dfad9d to your computer and use it in GitHub Desktop.
Save exuanbo/fd2ff63566a66a5bc0ffce9830dfad9d to your computer and use it in GitHub Desktop.
// https://stackoverflow.com/a/63790089/13346012
export type Head<T extends unknown[]> = T extends [...infer Head, unknown] ? Head : unknown[]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment