feat: add tint2ish tag list and clock to sidebar
This commit is contained in:
@@ -13,5 +13,12 @@
|
||||
(fn std.zero? [n]
|
||||
(= 0 n))
|
||||
|
||||
(fn std.fn? [f]
|
||||
(= (type f) :function))
|
||||
|
||||
(fn std.s-empty? [s]
|
||||
(or (= nil s)
|
||||
(= "" s)))
|
||||
|
||||
std
|
||||
;;; std.fnl ends here
|
||||
|
Reference in New Issue
Block a user