Skip to main content
Module

x/aloedb/mod.ts>Types.PlainObject

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

Any object without specified structure.

Index Signatures

[key: string]: unknown