UNPKG
@electron/windows-sign
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.0.0
Codesign Electron Windows apps
github.com/electron/windows-sign
electron/windows-sign
@electron/windows-sign
/
dist
/
cjs
/
sign-with-hook.d.ts
9 lines
(8 loc)
•
276 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
InternalSignOptions
}
from
'./types'
;
/** * Sign with a hook function, basically letting everyone * write completely custom sign logic * *
@param
{
InternalSignOptions
}
options
*/
export
declare
function
signWithHook
(
options: InternalSignOptions
):
Promise
<
void
>;