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

x/denops_std/function/nvim/mod.ts>nvim_list_chans

📚 Standard module for denops.vim
Go to Latest
function nvim_list_chans
import { nvim_list_chans } from "https://deno.land/x/denops_std@v5.0.1/function/nvim/mod.ts";

Get information about all open channels.

Return: Array of Dictionaries, each describing a channel with the format specified at nvim_get_chan_info().

Returns

Promise<unknown>