Skip to main content
Module

x/denops_std/mod.ts>Dispatcher

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

Method dispatcher

Index Signatures

[key: string]: (...args: unknown[]) => Promise<unknown>