UNPKG

automation-events

Version:

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

3 lines 171 B
import { TAutomationEvent } from '../types'; export declare const getEventTime: (automationEvent: TAutomationEvent) => number; //# sourceMappingURL=get-event-time.d.ts.map