0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00

🎉 Add helper for create custom more easy to read uuids (for testing).

This commit is contained in:
Andrey Antukh 2020-04-10 14:24:15 +02:00 committed by Alonso Torres
parent c1c661c2a9
commit 340faa3a27

View file

@ -37,3 +37,6 @@
[s] [s]
(UUID/fromString s)) (UUID/fromString s))
(defn custom
([a] (UUID. 0 a))
([b a] (UUID. b a)))