UNPKG

@gateway.fm/gtw-dvf-client-js

Version:

DVF client js lib with gateway.fm rpc endpoints

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)) ) }