UNPKG

@matthewp/linkedom

Version:

A triple-linked lists based DOM implementation

10 lines (7 loc) 283 B
'use strict'; // https://dom.spec.whatwg.org/#interface-eventtarget const EventTarget = (m => /* c8 ignore start */ m.__esModule ? m.default : m /* c8 ignore stop */)(require('@ungap/event-target')); /** * @implements globalThis.EventTarget */ exports.EventTarget = EventTarget;