type alias Patch.NotIterableimport { type Patch } from "https://deno.land/x/rimbu@0.13.5/deep/deep.ts"; const { NotIterable } = Patch; Utility type to exclude Iterable types. definition: { [[Symbol.iterator]]?: never; }