Skip to content

Instantly share code, notes, and snippets.

@captain-yossarian
Created July 14, 2021 17:24
Show Gist options
  • Save captain-yossarian/c21242b5dee4ae14c9ec10d9c90d5332 to your computer and use it in GitHub Desktop.
Save captain-yossarian/c21242b5dee4ae14c9ec10d9c90d5332 to your computer and use it in GitHub Desktop.
const fn = <
T extends typeof Base,
Instance extends InstanceType<T>
>(Cls: T, prop: keyof Instance,
) => new Cls()[prop];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment