UNPKG

automation-events

Version:

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

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