UNPKG

react-native-ultimate-config

Version:
8 lines (6 loc) 135 B
const fs = require("fs"); module.exports = function (env) { for (const path in env) { fs.writeFileSync(path, env[path]); } };