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

x/aloedb/lib/helpers.ts>includes

Light, Embeddable, NoSQL database for Deno 🦕
Latest
function includes
import { includes } from "https://deno.land/x/aloedb@0.9.0/lib/helpers.ts";

Matches if array includes specified value.

Parameters

Primitive value to search in array.