# Special Operators

## Overview

The `SpecialOperators` class Returns the type of the given object, one of these strings get returned: `number`, `string`, `boolean`, `object`, `function` or `undefined` if the object doesn't exists.

## Methods Summarized

| Type | Name                                                                                                                        | Summary |
| ---- | --------------------------------------------------------------------------------------------------------------------------- | ------- |
| void | [typeof()](https://github.com/Servoy/gitbook/blob/master/reference/servoycore/dev-api/js-lib/special%20operators.md#typeof) |         |

## Methods Detailed

### typeof()

**Returns:** void

***
