feat: changed to module.exports
This commit is contained in:
committed by
mrugesh mohapatra
parent
76c23be416
commit
2ae521c995
@@ -12,5 +12,4 @@ const openJSONFile = fileName => {
|
||||
return data;
|
||||
};
|
||||
|
||||
exports.saveToFile = saveToFile;
|
||||
exports.openJSONFile = openJSONFile;
|
||||
module.exports = { saveToFile, openJSONFile };
|
||||
|
Reference in New Issue
Block a user