isType returns a boolean of if a value is a specific type
Learn more about types here: Types
isType takes one string for the type.
val = 16 log val.isType("number") // true
Last updated 1 year ago