UNPKG

integreat

Version:
3 lines (2 loc) 205 B
import type { Action, Response, ActionHandlerResources } from '../types.js'; export default function syncHandler(inputAction: Action, { dispatch, setProgress }: ActionHandlerResources): Promise<Response>;