mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
🎉 Add helper for create custom more easy to read uuids (for testing).
This commit is contained in:
parent
c1c661c2a9
commit
340faa3a27
1 changed files with 3 additions and 0 deletions
|
@ -37,3 +37,6 @@
|
|||
[s]
|
||||
(UUID/fromString s))
|
||||
|
||||
(defn custom
|
||||
([a] (UUID. 0 a))
|
||||
([b a] (UUID. b a)))
|
||||
|
|
Loading…
Reference in a new issue