Skip to content

Commit dd39422

Browse files
committed
typings: define types for symbols binding
PR-URL: #40143 Reviewed-By: James M Snell <[email protected]>
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)