import { nvim_list_chans } from "https://deno.land/x/denops_std@v6.3.0/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()
.
Parameters
denops: Denops