UNPKG

crowdin-auto-translation

Version:

automatic translating by crowdin and your specific config file

8 lines (6 loc) 224 B
const fs = require("fs"); const clearOutput = (outputPath) => { fs.rmdirSync(`${outputPath}/translated`, { recursive: true, force: true }); fs.unlinkSync(`${outputPath}/translated.zip`); } module.exports = clearOutput;