I have a variable of data type big decimal. How to validate that in Malli?
Looking at the predicate types in malli, there isn't one for big decimal. https://github.com/metosin/malli#built-in-schemas
So how do can I validate for this?
And what do we use number? for in Malli. Can someone provide an example for this?