Skip to content

Commit 2c93730

Browse files
aduh95alexfernandez
authored andcommitted
typings: fix missing property in ExportedHooks
PR-URL: nodejs#49567 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
1 parent b698e82 commit 2c93730

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)