mirror of
https://github.com/penpot/penpot.git
synced 2026-03-31 16:41:37 +02:00
Add rsp? predicate.
This commit is contained in:
@@ -67,3 +67,7 @@
|
||||
"A shortcut for create a response instance."
|
||||
[data]
|
||||
(Rsp. data))
|
||||
|
||||
(defn rsp?
|
||||
[v]
|
||||
(instance? Rsp v))
|
||||
|
||||
Reference in New Issue
Block a user