isAtomic
isAtomic(
schema): schema is Atomic<U32 | I32>
Checks whether the passed in value is an atomic schema.
Parameters
Section titled “Parameters”schema
Section titled “schema”unknown
Returns
Section titled “Returns”schema is Atomic<U32 | I32>
Example
Section titled “Example”isAtomic(d.atomic(d.u32)) // trueisAtomic(d.u32) // false