CliSite/commands/wee.js
2022-06-12 09:38:38 +02:00

10 lines
187 B
JavaScript

"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