Add stringify to safe-fns

This commit is contained in:
2025-11-30 05:24:17 -06:00
parent 5c85ae0ae5
commit b9489c9a00

View File

@@ -46,4 +46,5 @@
'println #(js/console.log %)
'make-paths make-paths
'make-listeners make-listeners
'parse #(js->clj (js/JSON.parse %))})
'parse #(js->clj (js/JSON.parse %))
'stringify #(js/JSON.stringify (clj->js %))})