UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

6 lines 275 B
/** * Based on the article about focusable events: https://stackoverflow.com/questions/1599660/which-html-elements-can-receive-focus * @param {Element} el */ export function isHTMLElementFocusable(el: Element): boolean; //# sourceMappingURL=isHTMLElementFocusable.d.ts.map