Last updated
⚠️ Not implemented in the current OSL CLI. Use
.getType()instead.
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")
// trueLast updated