App.js 430 B

123456789101112131415
  1. // @ts-check
  2. // Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
  3. // This file is automatically generated. DO NOT EDIT
  4. export function Greet(arg1) {
  5. return window['go']['main']['App']['Greet'](arg1);
  6. }
  7. export function HandlerDirectory(arg1, arg2) {
  8. return window['go']['main']['App']['HandlerDirectory'](arg1, arg2);
  9. }
  10. export function SelectDirectory() {
  11. return window['go']['main']['App']['SelectDirectory']();
  12. }