Skip to main content
Module

x/aloedb/lib/operators.ts>length

Light, Embeddable, NoSQL database for Deno 🦕
Go to Latest
function length
import { length } from "https://deno.land/x/aloedb@0.1.0/lib/operators.ts";

Matches if array length equal to specified length.

Parameters

length: number

Length of the array.