UNPKG

@openreplay/tracker-assist

Version:

Tracker plugin for screen assistance through the WebRTC

8 lines (7 loc) 190 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hasTag = hasTag; function hasTag(el, tagName) { // @ts-ignore return el.localName === tagName; }