Commit 066993a 1 parent fa210f9 commit 066993a Copy full SHA for 066993a
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -58,9 +58,9 @@ const { getOptionValue } = require('internal/options');
58
58
59
59
/**
60
60
* @typedef {object } ExportedHooks
61
- * @property {Function } globalPreload
62
- * @property {Function } resolve
63
- * @property {Function } load
61
+ * @property {Function } globalPreload Global preload hook.
62
+ * @property {Function } resolve Resolve hook.
63
+ * @property {Function } load Load hook.
64
64
*/
65
65
66
66
/**
@@ -69,14 +69,14 @@ const { getOptionValue } = require('internal/options');
69
69
70
70
/**
71
71
* @typedef {object } KeyedExports
72
- * @property {ModuleExports } exports
73
- * @property {URL['href'] } url
72
+ * @property {ModuleExports } exports The contents of the module.
73
+ * @property {URL['href'] } url The URL of the module.
74
74
*/
75
75
76
76
/**
77
77
* @typedef {object } KeyedHook
78
- * @property {Function } fn
79
- * @property {URL['href'] } url
78
+ * @property {Function } fn The hook function.
79
+ * @property {URL['href'] } url The URL of the module.
80
80
*/
81
81
82
82
/**
You can’t perform that action at this time.
0 commit comments