mirror of
https://github.com/penpot/penpot.git
synced 2026-02-25 13:56:04 +00:00
🎉 Add helper for create custom more easy to read uuids (for testing).
This commit is contained in:
committed by
Alonso Torres
parent
c1c661c2a9
commit
340faa3a27
@@ -37,3 +37,6 @@
|
||||
[s]
|
||||
(UUID/fromString s))
|
||||
|
||||
(defn custom
|
||||
([a] (UUID. 0 a))
|
||||
([b a] (UUID. b a)))
|
||||
|
||||
Reference in New Issue
Block a user