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

x/denops_std/function/mod.ts>GetreginfoResult

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