Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. //File 1
  2. var asyncModule = require("./asyncModule.js");
  3.  
  4. var checkItemsDB = function() {
  5. console.log(tf2db.checkItem(input1, input2));
  6. };
  7.  
  8. //File 2
  9. var aDatabaseOperation = function(input1, input2) {
  10. //some operations here
  11. return(resultsOfOperations);
  12. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement