fix
This commit is contained in:
parent
01617b6264
commit
ac48127871
1 changed files with 6 additions and 4 deletions
|
|
@ -595,10 +595,12 @@
|
|||
(last s))
|
||||
|
||||
#?(:cljs cljs.core/MapEntry)
|
||||
(get-first [e]
|
||||
(key e))
|
||||
(get-last [e]
|
||||
(val e))
|
||||
#?(:cljs
|
||||
(get-first [e]
|
||||
(key e)))
|
||||
#?(:cljs
|
||||
(get-last [e]
|
||||
(val e)))
|
||||
|
||||
#?(:clj String :cljs string)
|
||||
(get-first [s]
|
||||
|
|
|
|||
Loading…
Reference in a new issue