Skip to content

Commit

Permalink
typings: fix missing property in ExportedHooks
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Sep 8, 2023
1 parent 0a2ab4c commit 88b2cb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/internal/modules/esm/hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ let importMetaInitializer;

/**
* @typedef {object} ExportedHooks
* @property {Function} initialize Customizations setup hook.
* @property {Function} globalPreload Global preload hook.
* @property {Function} resolve Resolve hook.
* @property {Function} load Load hook.
Expand Down

0 comments on commit 88b2cb6

Please sign in to comment.