@wopjs/dom - v0.1.3
    Preparing search index...

    Interface EventLikeConstructor<E>

    interface EventLikeConstructor<E extends Event> {
        new EventLikeConstructor(type: string, options: EventInit): E;
    }

    Type Parameters

    • E extends Event
    Index

    Constructors

    Constructors

    • Parameters

      • type: string
      • options: EventInit

      Returns E