UNPKG

gatsby

Version:
5 lines (4 loc) 242 B
import { DefaultContext, Interpreter } from "xstate"; type AnyInterpreterWithContext<T> = Interpreter<T, any, any, any, any>; export declare function logTransitions<T = DefaultContext>(service: AnyInterpreterWithContext<T>): void; export {};