Skip to content

Commit

Permalink
add link
Browse files Browse the repository at this point in the history
  • Loading branch information
zefir-git committed Aug 13, 2023
1 parent aa176a9 commit 0dadfaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/TypedEventEmitter.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
* @see https://github.com/andywer/typed-emitter
*/
export default interface TypedEventEmitter<Events extends EventMap> {
addListener<E extends keyof Events> (event: E, listener: Events[E]): this
Expand Down

0 comments on commit 0dadfaa

Please sign in to comment.