UNPKG

@openreplay/tracker-assist

Version:

Tracker plugin for screen assistance through the WebRTC

5 lines (4 loc) 95 B
export function hasTag(el, tagName) { // @ts-ignore return el.localName === tagName; }