UNPKG

automation-events

Version:

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

4 lines 224 B
export const createExponentialRampToValueAutomationEvent = (value, endTime) => { return { endTime, type: 'exponentialRampToValue', value }; }; //# sourceMappingURL=create-exponential-ramp-to-value-automation-event.js.map