UNPKG

@atomist/automation-client

Version:
11 lines 338 B
"use strict"; 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