UNPKG

@appzic/js-helper-func

Version:

Vanila JavaScript DOM manipulation with maximizing minification

6 lines (5 loc) 296 B
export declare const setAttributes: (element: HTMLElement, attributes: { [key: string]: string; }) => void; export declare const getAttribute: (element: HTMLElement, attribute: string) => string | null; export declare const hasAttribute: (element: HTMLElement, attribute: string) => boolean;