import { nvim_get_proc_children } from "https://deno.land/x/denops_std@v3.9.0/function/nvim/mod.ts";
Gets the immediate children of process pid
.
Return: ~
Array of child process ids, empty if process not found.
Parameters
denops: Denops
import { nvim_get_proc_children } from "https://deno.land/x/denops_std@v3.9.0/function/nvim/mod.ts";
Gets the immediate children of process pid
.
Return: ~
Array of child process ids, empty if process not found.