6 lines
68 B
JavaScript
Raw Normal View History

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