Skip to content

Instantly share code, notes, and snippets.

@JaiParakh
Created June 23, 2019 16:52
Show Gist options
  • Save JaiParakh/2720b54db0c5e521174ac916c9723b30 to your computer and use it in GitHub Desktop.
Save JaiParakh/2720b54db0c5e521174ac916c9723b30 to your computer and use it in GitHub Desktop.
function getAuth(auth){
var Check = require('./Check');
var obj = new Check(auth);
obj.checkForMediumMail();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment