UNPKG

json-translation

Version:

Make multiple translations, easy and fast, in the languages you need

12 lines (8 loc) 205 B
const path = require('path'); const fs = require('fs'); module.exports = (path) => { return fs.readdirSync(path) } module.exports.readFile = (file) => { return JSON.parse(fs.readFileSync(file)) }