Skip to content

Instantly share code, notes, and snippets.

@sibelius
Created March 3, 2022 17:35
Show Gist options
  • Save sibelius/22022b437b383a0781493996eeedeb93 to your computer and use it in GitHub Desktop.
Save sibelius/22022b437b383a0781493996eeedeb93 to your computer and use it in GitHub Desktop.
Create a class with a given name
const nameIt = (name, cls) => ({ [name]: class extends cls {} }[name]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment