We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ExportedHooks
1 parent b698e82 commit 2c93730Copy full SHA for 2c93730
lib/internal/modules/esm/hooks.js
@@ -73,6 +73,7 @@ let importMetaInitializer;
73
74
/**
75
* @typedef {object} ExportedHooks
76
+ * @property {Function} initialize Customizations setup hook.
77
* @property {Function} globalPreload Global preload hook.
78
* @property {Function} resolve Resolve hook.
79
* @property {Function} load Load hook.
0 commit comments