Skip to main content
Module

x/evt/lib/types/lib.dom.ts>InsertPosition

💧EventEmitter's typesafe replacement
Go to Latest
type alias InsertPosition
import { type InsertPosition } from "https://deno.land/x/evt@v2.4.13/lib/types/lib.dom.ts";
definition:
| "beforebegin"
| "afterbegin"
| "beforeend"
| "afterend"