Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function PrefixTreeForEach
Re-export
import { PrefixTreeForEach } from "https://deno.land/x/masx200_leetcode_test@7.4.3/mod.ts";

Parameters

cb: (word: string) => void