App.js 652 B

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