Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
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@v5.0.2/function/mod.ts";
definition: { regcontents: string[]; regtype: string; isunnamed?: boolean; points_to?: string; } | Record<string, never>