mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 15:04:58 +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"));
|
|
}
|