UNPKG

automation-events

Version:

A module which provides an implementation of an automation event list.

4 lines 172 B
export const isSetTargetAutomationEvent = (automationEvent) => { return automationEvent.type === 'setTarget'; }; //# sourceMappingURL=set-target-automation-event.js.map