Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created February 24, 2020 04:39
Show Gist options
  • Save jsmanifest/3da9ae28fb97a50589649f7cdcbc8fa1 to your computer and use it in GitHub Desktop.
Save jsmanifest/3da9ae28fb97a50589649f7cdcbc8fa1 to your computer and use it in GitHub Desktop.
@filterMales // This is the decorator
class MyClass {
constructor(children) {
this.children = children
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment