mirror of
https://github.com/jorenchik/mdemory.git
synced 2026-03-22 00:26:21 +00:00
16 lines
406 B
JavaScript
Executable File
16 lines
406 B
JavaScript
Executable File
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function GetRepoFiles(arg1) {
|
|
return window['go']['main']['App']['GetRepoFiles'](arg1);
|
|
}
|
|
|
|
export function Greet(arg1) {
|
|
return window['go']['main']['App']['Greet'](arg1);
|
|
}
|
|
|
|
export function ParseFile(arg1) {
|
|
return window['go']['main']['App']['ParseFile'](arg1);
|
|
}
|