CliSite/commands/clear.js

9 lines
180 B
JavaScript
Raw Normal View History

2022-06-12 09:38:38 +02:00
"use strict";
exports.__esModule = true;
exports.clear = void 0;
function clear(buffer) {
buffer = "";
return "";
}
exports.clear = clear;
//# sourceMappingURL=clear.js.map