UNPKG

layaair2-cmd

Version:

layaair version 2 toolkit

8 lines (6 loc) 149 B
console.log('foo line 1'); var bar = require('./wunder/bar'); module.exports = function foo() { console.log('hello from foo line 5'); bar(); };