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