Last active
          May 29, 2019 23:21 
        
      - 
      
 - 
        
Save seanders/c056ac090dff6c77bb879662c0662e0c to your computer and use it in GitHub Desktop.  
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | class Hi { | |
| async wtf() { | |
| console.log('doing stuff'); | |
| } | |
| async handleSubmit({ nameOnCard, zipCode }: FormFieldsInterface) { | |
| console.log('why you no work'); | |
| } | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment