Skip to main content
Module

x/dtils/mod.ts>ArrayDescriptor

The best unofficial library of utilities for Deno applications
Go to Latest
interface ArrayDescriptor
Deprecated
Deprecated

Use SafeUnknown instead of validators

import { type ArrayDescriptor } from "https://deno.land/x/dtils@2.4.0/mod.ts";

Properties

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