Skip to content

Commit ac06607

Browse files
aduh95ruyadorno
authored andcommitted
typings: fix missing property in ExportedHooks
PR-URL: #49567 Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Jacob Smith <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
1 parent be48267 commit ac06607

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/modules/esm/hooks.js

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ let importMetaInitializer;
7373

7474
/**
7575
* @typedef {object} ExportedHooks
76+
* @property {Function} initialize Customizations setup hook.
7677
* @property {Function} globalPreload Global preload hook.
7778
* @property {Function} resolve Resolve hook.
7879
* @property {Function} load Load hook.

0 commit comments

Comments
 (0)