Skip to main content
Module

x/rimbu/mod.ts>Literal.Obj

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
type alias Literal.Obj
import { type Literal } from "https://deno.land/x/rimbu@0.10.0/mod.ts";
const { Obj } = Literal;

A plain object that is not iterable

definition: Record<string, unknown> & NoIterable