UNPKG

automation-events

Version:

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

4 lines 184 B
export const createSetValueAutomationEvent = (value, startTime) => { return { startTime, type: 'setValue', value }; }; //# sourceMappingURL=create-set-value-automation-event.js.map