UNPKG

automation-events

Version:

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

4 lines 291 B
import { ISetValueAutomationEvent } from '../interfaces'; import { TAutomationEvent } from '../types'; export declare const isSetValueAutomationEvent: (automationEvent: TAutomationEvent) => automationEvent is ISetValueAutomationEvent; //# sourceMappingURL=set-value-automation-event.d.ts.map