import * as plugins from './mod.plugins.ts'; import * as paths from '../szci.paths.ts'; /** * cleans npmci config files */ export let clean = async (): Promise => { plugins.smartfile.fs.removeSync(paths.SzciPackageConfig); return; };