mirror of
https://github.com/penpot/penpot.git
synced 2025-06-13 18:21:38 +02:00
📚 Update documentation of frontend debug utils
This commit is contained in:
parent
b2b84de10e
commit
225b6a8f1c
2 changed files with 28 additions and 14 deletions
|
@ -16,7 +16,8 @@
|
|||
(if (debug? option)
|
||||
(-debug! option)
|
||||
(debug! option))))
|
||||
(defn ^:export debug-all [name] (debug-all!))
|
||||
(defn ^:export debug-all [] (debug-all!))
|
||||
(defn ^:export debug-none [] (debug-none!))
|
||||
|
||||
(defn ^:export tap
|
||||
"Transducer function that can execute a side-effect `effect-fn` per input"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue