import { nvim_win_is_valid } from "https://deno.land/x/denops_std@v3.7.0/function/nvim/mod.ts";
Checks if a window is valid Parameters: ~ {window} Window handle, or 0 for current window Return: ~ true if the window is valid, false otherwise
Parameters
denops: Denops