Skip to content

Instantly share code, notes, and snippets.

@PcFerreira
Created July 27, 2020 18:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PcFerreira/b28d38f6fdbcf3af119971a661502e9a to your computer and use it in GitHub Desktop.
Save PcFerreira/b28d38f6fdbcf3af119971a661502e9a to your computer and use it in GitHub Desktop.
/**
* Function bar
* Description
* @param {Object} foo
*/
async function bar(foo){
return new Promise( async(resolve, reject) => {
//foo
})
}
module.exports.bar = bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment