Files
musenalm/helpers/functions/templates.go
2025-02-15 23:33:15 +01:00

6 lines
62 B
Go

package functions
func Arr(els ...any) []any {
return els
}