What does `type Parameters` return for a function type?

TypeScript Professional Hard

TypeScript Professional — Hard

What does `type Parameters` return for a function type?

Key points

  • `type Parameters` specifically focuses on parameter types
  • It does not return the return type of the function
  • It does not give the number of parameters or their names as string literals

Ready to go further?

Related questions