UNPKG

automation-events

Version:

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

10 lines (9 loc) 360 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isExponentialRampToValueAutomationEvent = void 0; const isExponentialRampToValueAutomationEvent = automationEvent => { return automationEvent.type === 'exponentialRampToValue'; }; exports.isExponentialRampToValueAutomationEvent = isExponentialRampToValueAutomationEvent;