UNPKG

orvex

Version:

A lightweight TypeScript library to create and manipulate HTML elements with ease.

5 lines (4 loc) 114 B
export declare function apply(obj: HTMLElement, options: { id?: string[]; className?: string[]; }): void;