Add template and saving functions
This commit is contained in:
2
function.tmpl
Normal file
2
function.tmpl
Normal file
@@ -0,0 +1,2 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
function {{.Name}}({{range $index, $param := .Params}}{{if $index}}, {{end}}{{$param.Name}}: {{$param.Type}}{{end}}) end
|
||||
Reference in New Issue
Block a user