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
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>