0
Fork 0
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:
Andrey Antukh 2016-11-21 18:14:10 +01:00
parent 5477909d4d
commit b086d12760
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -67,3 +67,7 @@
"A shortcut for create a response instance."
[data]
(Rsp. data))
(defn rsp?
[v]
(instance? Rsp v))