Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/validatte/behaviors/common/util/includes.ts>includes

A Savory Class validator for Deno
Latest
variable includes
import { includes } from "https://deno.land/x/validatte@0.7.5/behaviors/common/util/includes.ts";

type

(arr: Array<string>, val: string) => boolean