Skip to main content
Module

x/denops_std/function/mod.ts>keys

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

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