mirror of
https://github.com/penpot/penpot.git
synced 2025-03-20 03:31:24 -05:00
Add rsp?
predicate.
This commit is contained in:
parent
5477909d4d
commit
b086d12760
1 changed files with 4 additions and 0 deletions
|
@ -67,3 +67,7 @@
|
|||
"A shortcut for create a response instance."
|
||||
[data]
|
||||
(Rsp. data))
|
||||
|
||||
(defn rsp?
|
||||
[v]
|
||||
(instance? Rsp v))
|
||||
|
|
Loading…
Add table
Reference in a new issue