Skip to content

Commit

Permalink
SignalsListener signal name
Browse files Browse the repository at this point in the history
  • Loading branch information
OwnageIsMagic committed Dec 31, 2017
1 parent 8c51dc5 commit d78a401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/node/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ declare namespace NodeJS {
type UnhandledRejectionListener = (reason: any, promise: Promise<any>) => void;
type WarningListener = (warning: Error) => void;
type MessageListener = (message: any, sendHandle: any) => void;
type SignalsListener = () => void;
type SignalsListener = (signal: Signals) => void;
type NewListenerListener = (type: string | symbol, listener: (...args: any[]) => void) => void;
type RemoveListenerListener = (type: string | symbol, listener: (...args: any[]) => void) => void;

Expand Down

0 comments on commit d78a401

Please sign in to comment.