Skip to main content
Module

x/denops_std/batch/batch.ts>batch

📚 Standard module for denops.vim
Go to Latest
function batch
import { batch } from "https://deno.land/x/denops_std@v3.9.3/batch/batch.ts";

Perform batch call

Parameters

denops: Denops
executor: (helper: BatchHelper) => Promise<void>

Returns

Promise<void>