Skip to main content
Module

x/lume/deps/cliffy.ts>GenericList#getOptionByValue

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
method GenericList.prototype.getOptionByValue
Re-export
import { GenericList } from "https://deno.land/x/lume@v2.2.3/deps/cliffy.ts";

Find option by value.

Parameters

value: string

Value of the option.

Returns

GenericListOptionSettings | undefined