Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pagic/src/utils/common.ts>depthFirstTraversal

A static site generator powered by Deno + React
Latest
function depthFirstTraversal
import { depthFirstTraversal } from "https://deno.land/x/pagic@v1.6.3/src/utils/common.ts";

Traversal a tree or tree[]

Parameters

tree: Tree<T> | Tree<T>[]
callback: (item: T) => void