CliSite/commands/wee.js

10 lines
187 B
JavaScript
Raw Permalink Normal View History

2022-06-12 09:38:38 +02:00
"use strict";
exports.__esModule = true;
exports.wee = void 0;
function wee() {
var buf = "";
buf += "Woo!\n";
return buf;
}
exports.wee = wee;
//# sourceMappingURL=wee.js.map