
<br><a name="module_grunt-nyc-mocha/lib"></a>

## grunt-nyc-mocha/lib
> lib.js: grunt-nyc-mocha


* [grunt-nyc-mocha/lib](#module_grunt-nyc-mocha/lib)
    * [~getMochaPath(grunt)](#module_grunt-nyc-mocha/lib..getMochaPath) ⇒ <code>string</code>
    * [~getNYCPath(grunt)](#module_grunt-nyc-mocha/lib..getNYCPath) ⇒ <code>string</code>
    * [~isArray(grunt, options, name, callback)](#module_grunt-nyc-mocha/lib..isArray)


<br><a name="module_grunt-nyc-mocha/lib..getMochaPath"></a>

### grunt-nyc-mocha/lib~getMochaPath(grunt) ⇒ <code>string</code>
> Returns the path to the mocha executable/startscript

**Returns**: <code>string</code> - path to mocha  

| Param | Type |
| --- | --- |
| grunt | <code>grunt</code> | 


<br><a name="module_grunt-nyc-mocha/lib..getNYCPath"></a>

### grunt-nyc-mocha/lib~getNYCPath(grunt) ⇒ <code>string</code>
> Returns the path to the nyc executable/startscript

**Returns**: <code>string</code> - path to nyc  

| Param | Type |
| --- | --- |
| grunt | <code>grunt</code> | 


<br><a name="module_grunt-nyc-mocha/lib..isArray"></a>

### grunt-nyc-mocha/lib~isArray(grunt, options, name, callback)
> Checks if options is of type array and passes it to callback.


| Param | Type |
| --- | --- |
| grunt | <code>grunt</code> | 
| options | <code>Array</code> | 
| name | <code>string</code> | 
| callback | <code>function</code> | 

