X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=%40types%2Fevents.d.ts;h=a0291fe8099abeea827af9d7a353871d8f0ee0a8;hb=c6c8dcf68b2d4e21215ce421c5632fe93e1e8a3e;hp=1432a57e0eb6e256ea03fb1f40365bfb8b8067e5;hpb=f8496b2247cb7e47192173307d690c33c4deaf2c;p=poolifier.git diff --git a/@types/events.d.ts b/@types/events.d.ts index 1432a57e..a0291fe8 100644 --- a/@types/events.d.ts +++ b/@types/events.d.ts @@ -14,7 +14,7 @@ declare module 'events' { EventEmitterOptions { /** * The type of async event. - * @default new.target.name if instantiated from a child class. + * @default new.target.name if instantiated as a child class. */ name?: string }