type_of($value)
Returns the type of a value.
Examples:
type-of(100px) => number type-of(asdf) => string type-of("asdf") => string type-of(true) => bool type-of(#fff) => color type-of(blue) => color
Parameters:
Returns:
Please login to continue.
Please login to continue.