Skip to main content
Module

x/ddc_vim/deps.ts>fn.keys

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
function fn.keys
import { fn } from "https://deno.land/x/ddc_vim@v0.0.13/deps.ts";
const { keys } = fn;

Return a |List| with all the keys of {dict}. The |List| is in arbitrary order. Also see |items()| and |values()|. Can also be used as a |method|: mydict->keys()

Parameters

denops: Denops
dict: unknown

Returns

Promise<unknown>