@@ -47,7 +47,15 @@
* @member utils
* @method isObject
*/
- 'isObject'
+ 'isObject',
+
+ /**
+ * See Lo-Dash: https://lodash.com/docs#isArray
+ *
+ * @member utils
+ * @method isArray
+ */
+ 'isArray'
];
// Make this compatible with CommonJS as well so it can be used in Node (e.g. "grunt lodash").