We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ExportedHooks
1 parent be48267 commit ac06607Copy full SHA for ac06607
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