Files
wails/v2/pkg/commands/build/internal/backendjs/package.d.template
2020-10-31 15:31:44 +11:00

9 lines
324 B
Plaintext

// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
declare module {{.Struct.Name}} {
{{range .Struct.Methods}}
{{if .Comments }}{{range .Comments}}// {{ . }}{{end}}{{end}}
function {{.Name}}({{.InputsAsTSText}}): Promise<{{.OutputsAsTSText}}>;
{{end}}
}