Skip to main content
Latest
method Element.prototype.onEndTag
Re-export
import { Element } from "https://deno.land/x/lean@0.0.6/lib/deps.ts";

Parameters

handler: (this: this, endTag: EndTag) => void | Promise<void>