sequentially-read-a-file as js module

This commit is contained in:
minjaesong
2023-01-08 16:23:50 +09:00
parent ca39263131
commit 132c31bda5
7 changed files with 237 additions and 290 deletions

View File

@@ -1,4 +1,6 @@
exports.greet = function() { println("Hello, module!") }
var testfun = function() { println("peekaboo!") }
exports = {greet}
/*