Skip to content

Commit dd39422

Browse files
committedOct 4, 2021
typings: define types for symbols binding
PR-URL: #40143 Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent ced8467 commit dd39422

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎typings/internalBinding.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -439,3 +439,6 @@ declare function InternalBinding(binding: 'config'): {
439439
bits: number,
440440
hasDtrace: boolean
441441
}
442+
declare function InternalBinding(binding: 'symbols'): {
443+
[name: string]: symbol;
444+
}

0 commit comments

Comments
 (0)
Please sign in to comment.