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

x/rimbu/core/main/exports.ts>Deep.Patch.NotIterable

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
type alias Deep.Patch.NotIterable
import { type Deep } from "https://deno.land/x/rimbu@1.0.3/core/main/exports.ts";
const { NotIterable } = Deep.Patch;

Utility type to exclude Iterable types.

definition: { [[Symbol.iterator]]?: never; }