mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 14:39:45 -05:00
Add nan? predicate to utils.data.
This commit is contained in:
parent
be48fde490
commit
046360bd14
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@
|
|||
;; Numbers Parsing
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(defn nan?
|
||||
[v]
|
||||
(js/isNaN v))
|
||||
|
||||
(defn read-string
|
||||
[v]
|
||||
(r/read-string v))
|
||||
|
|
Loading…
Add table
Reference in a new issue