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 8d7dc74 commit 77cf19bCopy full SHA for 77cf19b
doc/api/module.md
@@ -335,8 +335,7 @@ register('./my-hooks.mjs', {
335
The [`register`][] method can be used to register a module that exports a set of
336
hooks. The hooks are functions that are called by Node.js to customize the
337
module resolution and loading process. The exported functions must have specific
338
-names and signatures, and they must be exported as named exports from an ES
339
-module file.
+names and signatures, and they must be exported as named exports.
340
341
```mjs
342
export async function initialize({ number, port }) {
0 commit comments