Skip to main content
Module

x/denops_std/function/getreginfo.ts>GetreginfoResult

📚 Standard module for denops.vim
Go to Latest
type alias GetreginfoResult
import { type GetreginfoResult } from "https://deno.land/x/denops_std@v6.4.0/function/getreginfo.ts";
definition: { regcontents: string[]; regtype: string; isunnamed?: boolean; points_to?: string; } | Record<string, never>