Skip to content

Instantly share code, notes, and snippets.

@kaugustanec
Created April 8, 2024 07:37
Show Gist options
  • Save kaugustanec/7b2c17b0141721c723e93d4a3cb6404f to your computer and use it in GitHub Desktop.
Save kaugustanec/7b2c17b0141721c723e93d4a3cb6404f to your computer and use it in GitHub Desktop.
type constructor
type Constructor = new (...args: any[]) => {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment