UNPKG

automation-events

Version:

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

4 lines 349 B
import { IExponentialRampToValueAutomationEvent } from '../interfaces'; import { TAutomationEvent } from '../types'; export declare const isExponentialRampToValueAutomationEvent: (automationEvent: TAutomationEvent) => automationEvent is IExponentialRampToValueAutomationEvent; //# sourceMappingURL=exponential-ramp-to-value-automation-event.d.ts.map