Skip to main content
Module

x/funky/mod.ts>isOneOf

Getting funky with Deno!
Latest
variable isOneOf
Re-export
import { isOneOf } from "https://deno.land/x/funky@v0.3.2/mod.ts";

Checks whether @value is one of the specified @options. Returns true when one of the @options is strictly equal to @value.

type

(value: any, options: any[]) => boolean