Skip to content

Commit 71c4ae3

Browse files
aduh95targos
authored andcommitted
typings: fix missing property in ExportedHooks
PR-URL: nodejs#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 fbc7c3e commit 71c4ae3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/modules/esm/hooks.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ let importMetaInitializer;
7272

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

0 commit comments

Comments
 (0)