Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lume/deps/dom.ts>DOMTokenList#forEach

🔥 Static site generator for Deno 🦕
Very Popular
Latest
method DOMTokenList.prototype.forEach
import { DOMTokenList } from "https://deno.land/x/lume@v2.2.2/deps/dom.ts";

Parameters

callback: (
value: string,
index: number,
) => void