Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denops_std/function/vim/mod.ts>typename

📚 Standard module for denops.vim
Go to Latest
function typename
import { typename } from "https://deno.land/x/denops_std@v4.1.4/function/vim/mod.ts";

Return a string representation of the type of {expr}. Example: echo typename([1, 2, 3]) list

Parameters

denops: Denops
expr: unknown

Returns

Promise<unknown>