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@v3.6.0/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>