Rename folders with numbers and underscores

This commit is contained in:
Benjo Kho
2021-08-07 14:52:11 +08:00
parent 55cfb173d8
commit 61f38bf60c
40 changed files with 8 additions and 8 deletions
+12
View File
@@ -0,0 +1,12 @@
const ftoc = function() {
};
const ctof = function() {
};
module.exports = {
ftoc,
ctof
};