app builder lib.TypeAlias.Hook
Electron-Builder / app-builder-lib / Hook
Hook<
T
,V
>: (contextOrPath
) =>Promise
<V
> |V
Type Parameters¶
• T
• V
Parameters¶
• contextOrPath: T
Returns¶
Promise
<V
> | V
Electron-Builder / app-builder-lib / Hook
Hook<
T
,V
>: (contextOrPath
) =>Promise
<V
> |V
• T
• V
• contextOrPath: T
Promise
<V
> | V