mirror of
https://github.com/penpot/penpot.git
synced 2026-08-05 12:29:00 +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]
|
[s]
|
||||||
(UUID/fromString s))
|
(UUID/fromString s))
|
||||||
|
|
||||||
|
(defn custom
|
||||||
|
([a] (UUID. 0 a))
|
||||||
|
([b a] (UUID. b a)))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user