Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. //Log Constructor
  2. function Log(myClassFunction){
  3. console.log(myClassFunction)
  4. }
  5.  
  6. @Log
  7. class ThisIsWhatIWant{
  8. constructor(){
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement