mirror of
https://github.com/penpot/penpot.git
synced 2026-06-01 05:00:17 +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."
|
"A shortcut for create a response instance."
|
||||||
[data]
|
[data]
|
||||||
(Rsp. data))
|
(Rsp. data))
|
||||||
|
|
||||||
|
(defn rsp?
|
||||||
|
[v]
|
||||||
|
(instance? Rsp v))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user