
<a name="module-os" id="module-os"></a>

## os

* [os](#module-os)
    * [.platform()](#module-os-platform)
    * [.release()](#module-os-release)

<a name="module-os-platform" id="module-os-platform"></a>

### os.platform()
Gets the platform we are running on (eg. "win10", "darwin")

**Returns**: `string` - the string representing the platform

<a name="module-os-release" id="module-os-release"></a>

### os.release()
Gets the release number of the os (eg. "10.0.1.1032")

**Returns**: `string` - the string representing the release

