Skip to content

Instantly share code, notes, and snippets.

@anztrax
Created December 1, 2025 03:32
Show Gist options
  • Select an option

  • Save anztrax/e0e9b784e81e6d9312391e2c735a25b6 to your computer and use it in GitHub Desktop.

Select an option

Save anztrax/e0e9b784e81e6d9312391e2c735a25b6 to your computer and use it in GitHub Desktop.
Simple implementation of Parameter Utils in typescript
type MyParameters<T extends (...args: any[]) => any> = T extends (...any:infer S) => any ? S: any
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment