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