We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218a472 commit 60518a5Copy full SHA for 60518a5
1 file changed
README.md
@@ -22,6 +22,8 @@ fn({ a: 1, b: 3 }) // 7
22
* **Safe** — sandboxed, no prototype access
23
* **Metacircular** — parses and compiles itself
24
25
+_Useful for_: templates, calculators, sandboxes, safe eval, language subsets, custom DSLs, preprocessors.
26
+
27
## Presets
28
29
[**Subscript**](./docs.md#subscript) – common expressions:
0 commit comments