Files
wails/v2/pkg/parser/index.d.template
2020-11-11 21:27:40 +11:00

8 lines
206 B
Plaintext

// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
{{- range .}}
export const {{.Name}}: typeof import("./_{{.Name}}");
{{- end}}