Files
wowdoc-scraper/function.tmpl

2 lines
178 B
Cheetah

---@diagnostic disable: missing-return, lowercase-global
function {{.Name}}({{range $index, $param := .Params}}{{if $index}}, {{end}}{{$param.Name}}: {{$param.Type}}{{end}}) end