Skip to content

Commit c5c7036

Browse files
greenheadHQaduh95
authored andcommitted
typings: add timeoutInfo to TimersBinding
Signed-off-by: greenhead <greenheadhq@gmail.com> PR-URL: #65811 Refs: #46014 Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 62fe96c commit c5c7036

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

typings/internalBinding/timers.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ export interface TimersBinding {
55
toggleTimerRef(value: boolean): void;
66
toggleImmediateRef(value: boolean): void;
77
immediateInfo: Uint32Array;
8+
timeoutInfo: Int32Array;
89
}

0 commit comments

Comments
 (0)