UNPKG

gh-config

Version:

This module helps you to work with the config file

11 lines (8 loc) 204 B
// add modules const fs = require('fs'); const config = require('./insideConfig'); const setToNull = () => { let path = config.get(); fs.writeFileSync(path, '[]'); } module.exports = setToNull;