mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
Add rsp? predicate.
This commit is contained in:
parent
5477909d4d
commit
b086d12760
@ -67,3 +67,7 @@
|
||||
"A shortcut for create a response instance."
|
||||
[data]
|
||||
(Rsp. data))
|
||||
|
||||
(defn rsp?
|
||||
[v]
|
||||
(instance? Rsp v))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user