mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🎉 Add missing predicate on util/bytes ns
This commit is contained in:
parent
f9447029f3
commit
5e2c1fb4cd
@ -36,6 +36,10 @@
|
||||
[s]
|
||||
(instance? OutputStream s))
|
||||
|
||||
(defn data-input-stream?
|
||||
[s]
|
||||
(instance? DataInputStream s))
|
||||
|
||||
(defn data-output-stream?
|
||||
[s]
|
||||
(instance? DataOutputStream s))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user