Skip to main content
Module

x/ddc_vim/deps.ts>fn.values

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
function fn.values
import { fn } from "https://deno.land/x/ddc_vim@v2.3.0/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()|. Can also be used as a |method|: mydict->values()

Parameters

denops: Denops
dict: unknown

Returns

Promise<unknown>