@atomist/automation-client
Version:
Atomist API for software low-level client
11 lines • 338 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
function isCommandIncoming(event) {
return !!event.command;
}
exports.isCommandIncoming = isCommandIncoming;
function isEventIncoming(event) {
return !!event.data;
}
exports.isEventIncoming = isEventIncoming;
//# sourceMappingURL=RequestProcessor.js.map