Skip to main content
Module

x/denops_std/function/mod.ts>min

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

echo min([apples, pears, oranges]) {expr} can be a |List| or a |Dictionary|. For a Dictionary, it returns the minimum of all values in the Dictionary. If {expr} is neither a List nor a Dictionary, or one of the items in {expr} cannot be used as a Number this results in an error. An empty |List| or |Dictionary| results in zero. Can also be used as a |method|: mylist->min()

Parameters

denops: Denops
expr: unknown

Returns

Promise<unknown>