Skip to main content
Module

x/dtils/mod.ts>ArrayDescriptor

The best unofficial library of utilities for Deno applications
Go to Latest
interface ArrayDescriptor
import { type ArrayDescriptor } from "https://deno.land/x/dtils@2.0.0-beta.1/mod.ts";

Properties

type: "array"
optional
maxLength: number
optional
minLength: number