Skip to main content
Module

x/denops_std/mod.ts>Dispatcher

📚 Standard module for denops.vim
Go to Latest
type alias Dispatcher
import { type Dispatcher } from "https://deno.land/x/denops_std@v6.3.0/mod.ts";

API dispatcher

definition: { [key: string]: (...args: unknown[]) => unknown; }