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
+4 -4
View File
@@ -1,9 +1,9 @@
let ftoc = function() {
const ftoc = function() {
}
let ctof = function() {
const ctof = function() {
}
module.exports = {