Skip to main content
Module

x/denops_std/function/mod.ts>values

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

Return a List with all the values of {dict}. The List is in arbitrary order. Also see items() and keys(). Returns zero if {dict} is not a Dict.

Can also be used as a method:

mydict->values()

Parameters

denops: Denops
dict: unknown

Returns

Promise<unknown[]>