update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
12
electron/node_modules/read-binary-file-arch/index.d.ts
generated
vendored
Normal file
12
electron/node_modules/read-binary-file-arch/index.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/**
|
||||
* Attempt to read the CPU architecture from a binary file.
|
||||
*
|
||||
* On Windows, only valid PE files are supported due to the 'file' command not
|
||||
* existing.
|
||||
* On Mac/Linux, all files are supported via the 'file' command.
|
||||
*
|
||||
* @param filePath
|
||||
*/
|
||||
export function readBinaryFileArch(
|
||||
filePath: string
|
||||
): Promise<NodeJS.Process['arch'] | null>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue