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:
Yagiz Nizipli
2023-09-23 06:48:34 -04:00
committed by GitHub
parent c0b4208fb9
commit da7962fd4d
20 changed files with 88 additions and 61 deletions

View File

@@ -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;
{