Coding style fixes and improvements

This commit is contained in:
Angelos Chalaris
2018-02-04 17:58:57 +02:00
parent a271e58e50
commit 6f3893239c
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;