UNPKG

automation-events

Version:

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

4 lines 169 B
export const isSetValueAutomationEvent = (automationEvent) => { return automationEvent.type === 'setValue'; }; //# sourceMappingURL=set-value-automation-event.js.map