UNPKG

@codechecks/client

Version:

Open source platform for code review automation

9 lines 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function getRunnerConfig(args) { return { isWithExitStatus: !!args.withExitStatus, }; } exports.getRunnerConfig = getRunnerConfig; //# sourceMappingURL=getRunnerConfig.js.map