UNPKG

automation-events

Version:

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

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