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