Skip to main content
Deno 2 is finally 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@v6.3.0/function/vim/mod.ts";

Return a string representation of the type of {expr}. Example:

echo typename([1, 2, 3])

    list<number>

Parameters

denops: Denops
expr: unknown

Returns

Promise<string>