Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denops_core/impl.ts>DenopsImpl#call

🐜 An ecosystem of Vim/Neovim which allows developers to write cross-platform plugins in Deno
Go to Latest
method DenopsImpl.prototype.call
import { DenopsImpl } from "https://deno.land/x/denops_core@v3.2.1/impl.ts";

Parameters

fn: string
...args: unknown[]

Returns

Promise<unknown>