Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
variable findInTree
import { findInTree } from "https://deno.land/x/gamla@91.0.0/src/tree.ts";

type

<T>(predicate: (t: T) => boolean, children: (t: T) => T[]) => unknown