@sap/cli-core
Version:
Command-Line Interface (CLI) Core Module
14 lines (13 loc) • 375 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ResultHandlerFactory = void 0;
class ResultHandlerFactory {
static INSTANCE;
static get() {
return ResultHandlerFactory.INSTANCE;
}
static set(instance) {
ResultHandlerFactory.INSTANCE = instance;
}
}
exports.ResultHandlerFactory = ResultHandlerFactory;