20 lines
618 B
JavaScript
Executable File
20 lines
618 B
JavaScript
Executable File
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function DecryptHybridZip(arg1, arg2, arg3) {
|
|
return window['go']['backend']['Decryptor']['DecryptHybridZip'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function SelectEncryptedFile() {
|
|
return window['go']['backend']['Decryptor']['SelectEncryptedFile']();
|
|
}
|
|
|
|
export function SelectOutputDirectory() {
|
|
return window['go']['backend']['Decryptor']['SelectOutputDirectory']();
|
|
}
|
|
|
|
export function SelectPrivateKeyFile() {
|
|
return window['go']['backend']['Decryptor']['SelectPrivateKeyFile']();
|
|
}
|