Skip to content

Instantly share code, notes, and snippets.

@minajevs
Created October 15, 2018 12:27
Show Gist options
  • Save minajevs/eadec098f3e12cfdb12fdac728556da4 to your computer and use it in GitHub Desktop.
Save minajevs/eadec098f3e12cfdb12fdac728556da4 to your computer and use it in GitHub Desktop.
function foo<T = undefined>(...args: OptionalSpread<T>){
const arg = args[0]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment