Skip to content

Instantly share code, notes, and snippets.

@omarkdev
Last active February 27, 2020 19:28
Show Gist options
  • Save omarkdev/7e49388a8e4e78bf03300cdce3a7e7a1 to your computer and use it in GitHub Desktop.
Save omarkdev/7e49388a8e4e78bf03300cdce3a7e7a1 to your computer and use it in GitHub Desktop.
function log(target) {
console.log(target);
}
@log
class Foo {}
// [Function: Foo]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment