UNPKG

dvf-client-js

Version:

<img src="https://avatars1.githubusercontent.com/u/56512535?s=200&v=4" align="right" />

8 lines (7 loc) 206 B
const fs = require('fs') module.exports = (filePath, content, stringifyOpts = [null, 2 ]) => { return fs.writeFileSync( filePath, JSON.stringify.apply(JSON, [content].concat(stringifyOpts)) ) }