UNPKG

vanillajs-browser-helpers

Version:

Collection of convenience code snippets (helpers) that aims to make it a little easier to work with vanilla JS in the browser

3 lines (2 loc) 126 B
export declare const resetCache: () => void; export default function elmData(elm: Node, key?: string, data?: unknown): any;