Skip to content

Instantly share code, notes, and snippets.

@muchrm
Created January 3, 2021 02:08
Show Gist options
  • Select an option

  • Save muchrm/a476e23aaf9b2883ed91bce30879ce95 to your computer and use it in GitHub Desktop.

Select an option

Save muchrm/a476e23aaf9b2883ed91bce30879ce95 to your computer and use it in GitHub Desktop.
what i learned from typescript
type Constructor<T> = { new(...args: unknown[]): T }
function isType<T>(class:Constructor<T>):T{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment