base module
Base module does not have any properties
Function | Description | Return value |
---|---|---|
is() | Check for inheritance | boolean |
super() | Get the ancestor of an object/instance. | boolean |
each() | Provide a value iterator for tables/objects | function |
type() | Get the type of a value | string |
Object() | Define a new Object | Object |
Base module does not have any objects