UNPKG

@medyll/idae-be

Version:

A modern, lightweight, and extensible DOM manipulation library built with TypeScript. Designed for precise element targeting and manipulation using a callback-based approach. Features include advanced DOM traversal, event handling, style management, attri

5 lines (4 loc) 164 B
export declare class Fragments { static fragments: Record<string, Fragments>; create(tag: string, attributes?: Record<string, string>): DocumentFragment; }