mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
lib: fix internalBinding typings
PR-URL: https://github.com/nodejs/node/pull/49742 Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
This commit is contained in:
@@ -174,9 +174,9 @@ const experimentalModuleList = new SafeSet();
|
||||
};
|
||||
}
|
||||
|
||||
// Set up internalBinding() in the closure.
|
||||
/**
|
||||
* @type {InternalBinding}
|
||||
* Set up internalBinding() in the closure.
|
||||
* @type {import('typings/globals').internalBinding}
|
||||
*/
|
||||
let internalBinding;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user