Skip to main content
Module

x/aloedb/mod.ts>Operators.length

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

Matches if array length equal to specified length.

Parameters

length: number

Length of the array.