mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-12 00:45:14 +00:00
5 lines
113 B
JavaScript
5 lines
113 B
JavaScript
exports.main = function() {
|
|
console.log(JSON.stringify({test: 1}));
|
|
console.log(squel.select("test"));
|
|
}
|