We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb3420 commit 281607dCopy full SHA for 281607d
typings/internalBinding.d.ts
@@ -439,3 +439,6 @@ declare function InternalBinding(binding: 'config'): {
439
bits: number,
440
hasDtrace: boolean
441
}
442
+declare function InternalBinding(binding: 'symbols'): {
443
+ [name: string]: symbol;
444
+}
0 commit comments