Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dtils/devops/deps.ts>dtils.ObjectDescriptor

The best unofficial library of utilities for Deno applications
Go to Latest
interface dtils.ObjectDescriptor
import { type dtils } from "https://deno.land/x/dtils@2.2.1/devops/deps.ts";
const { ObjectDescriptor } = dtils;

Properties

type: "object"
optional
keys: { [key: string]: JsonDescriptor; }

Either keys or valueType must be specified

optional
valueType: JsonDescriptor

The key can be anything, but the value must match this. Either keys or valueType must be specified