UNPKG

automation-events

Version:

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

4 lines 209 B
export const isCancelScheduledValuesAutomationEvent = (automationEvent) => { return automationEvent.type === 'cancelScheduledValues'; }; //# sourceMappingURL=cancel-scheduled-values-automation-event.js.map