import fetch from 'node-fetch' import config from '../config' global.fetch = (...args)=> fetch( ...args ) .then( res=> (res.text().then( txt=> fs.outputFile(`${config.dataDir}/fetched/${Date.now()}`)))