Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. module.exports = function(isexport) {
  2. if (isexport) {
  3. return "For sundaepie";
  4. } else {
  5. console.log("Executing code in hotfudgesundae.js");
  6. ...
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement