UNPKG

gatsby

Version:
3 lines (2 loc) 145 B
import { DefaultContext, Interpreter } from "xstate"; export declare function logTransitions<T = DefaultContext>(service: Interpreter<T>): void;