6 lines
69 B
JavaScript
Raw Normal View History

2020-01-15 11:50:44 +01:00
const fs = require ('fs');
module.exports = async (folder) => {
2020-01-15 11:40:33 +01:00
};