Skip to main content
Module

x/ramda/mod.ts>includes

:ram: Practical functional Javascript
Latest
variable includes
import { includes } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Returns true if the specified value is equal, in R.equals terms, to at least one element of the given list; false otherwise. Also works with strings.