Skip to main content
Module

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

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

Parameters

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