UNPKG

orvex

Version:

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

3 lines (2 loc) 164 B
export declare function data(obj: HTMLElement, key: string, val: string): void; export declare function getdata(obj: HTMLElement, key: string): string | undefined;