klyn.Application.type
method
public static native type(value as Object) as Type
Description

Returns the runtime type of a value.

Parameters
  • value The value to inspect.
Returns

The runtime Type instance.

Example
t = Application.type(42)
print(t.fullName)