Skip to main content
Module

x/denops_core/denops.ts>Dispatcher

🐜 An ecosystem of Vim/Neovim which allows developers to write cross-platform plugins in Deno
Go to Latest
interface Dispatcher
import { type Dispatcher } from "https://deno.land/x/denops_core@v3.3.1/denops.ts";

Method dispatcher

Index Signatures

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