forked from olcxjas-softworks/LarpixClient
update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
13
electron/node_modules/@electron/windows-sign/dist/esm/sign.d.ts
generated
vendored
Normal file
13
electron/node_modules/@electron/windows-sign/dist/esm/sign.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { SignOptions } from './types';
|
||||
/**
|
||||
* This is the main function exported from this module. It'll
|
||||
* look at your options, determine the best way to sign a file,
|
||||
* and then return one of our internal functions to do the actual
|
||||
* signing.
|
||||
*
|
||||
* @param options
|
||||
* @returns {Promise<void>}
|
||||
*
|
||||
* @category Sign
|
||||
*/
|
||||
export declare function sign(options: SignOptions): Promise<void>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue