Skip to main content
Latest
function fn.values
import { fn } from "https://deno.land/x/denops_lsputil@v0.9.4/deps.ts";
const { values } = fn;

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