mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 10:38:13 -05:00
🎉 Add missing predicate on util/bytes ns
This commit is contained in:
parent
f9447029f3
commit
5e2c1fb4cd
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue