UNPKG

integreat

Version:
5 lines (4 loc) 189 B
import type { ActionHandler } from '../types.js'; export declare const QUEUE_SYMBOL: unique symbol; declare const handlers: Record<string | symbol, ActionHandler>; export default handlers;