Skip to content

Commit

Permalink
Revert "comment: write js docs in on"
Browse files Browse the repository at this point in the history
This reverts commit 9393215.
  • Loading branch information
nayounsang committed Oct 23, 2024
1 parent 9393215 commit 1eeac1b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/socket.io-component-emitter/lib/cjs/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ export class Emitter<
*
* @param ev Name of the event
* @param listener Callback function
* @reserved
* - "connect": This event is fired by the Socket instance upon connection **and** reconnection.
* - "connect_error": This event is fired upon connection failure.
* - "disconnect": This event is fired upon disconnection.
* @see [client-api-events](https://socket.io/docs/v4/client-api/#events-1)
*/
on<Ev extends ReservedOrUserEventNames<ReservedEvents, ListenEvents>>(
ev: Ev,
Expand Down

0 comments on commit 1eeac1b

Please sign in to comment.