Transform 'let' in 'const' where needs be

This commit is contained in:
Étienne Boisseau-Sierra
2018-08-07 11:23:28 +01:00
parent deb698c09e
commit 00407bdee5
25 changed files with 34 additions and 34 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
let reverseString = function() {
const reverseString = function() {
}
module.exports = reverseString
module.exports = reverseString