Native Helpers
Native helpers in Squirrelly
A native helper is a helper that is turned into other JavaScript code, rather than being called at runtime. For example,
{{log("hi")/}}is turned into console.log("hi") .
You can define your own native helpers too: learn here.
Examples
{{log("hi")/}}is turned into console.log("hi") .
Last updated