Skip to main content
Module

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

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

Parameters

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