MCPcopy Index your code
hub / github.com/nodejs/node / internalBinding

Method internalBinding

typings/globals.d.ts:110–110  ·  view source on GitHub ↗
(binding: T)

Source from the content-addressed store, hash-verified

108 namespace NodeJS {
109 interface Global {
110 internalBinding<T extends InternalBindingKeys>(binding: T): InternalBindingMap[T]
111 }
112 }
113}

Calls

no outgoing calls

Tested by

no test coverage detected