Add support for Lambdas

This commit is contained in:
Adam Fowler
2021-03-14 08:32:50 +00:00
parent d9bead1553
commit aaf285154d
3 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
public typealias HBMustacheLambda = (Any, HBMustacheTemplate, HBMustacheLibrary?) -> String