Coding style fixes and improvements

This commit is contained in:
Angelos Chalaris
2018-02-04 17:58:57 +02:00
parent 4c35266581
commit 1006da6fa5
19 changed files with 30 additions and 51 deletions

View File

@ -1,2 +1,2 @@
const isArray = val => Array.isArray(val);
module.exports = isArray
module.exports = isArray;