fix: redeclare events type
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 24 Sep 2023 14:21:35 +0000 (16:21 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 24 Sep 2023 14:21:35 +0000 (16:21 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
@types/events.d.ts

index e5504f0ad6e22d0c6ad56cac012fa60c6fbd1274..900377b45a4c4f3ffa71fab45c949fd1718d23c4 100644 (file)
@@ -1,7 +1,7 @@
 import type { AsyncResource, AsyncResourceOptions } from 'node:async_hooks'
 import { EventEmitter } from 'node:events'
 
-declare module 'node:events' {
+declare module 'events' {
   interface EventEmitterOptions {
     /**
      * Enables automatic capturing of promise rejection.