UNPKG

timeline-state-resolver

Version:
4 lines 272 B
import { QuantelCommandWithContext } from '.'; import { QuantelState } from './types'; export declare function diffStates(oldState: QuantelState | undefined, newState: QuantelState, currentTime: number): Array<QuantelCommandWithContext>; //# sourceMappingURL=diff.d.ts.map