npmci/dist/npmci.clean.d.ts

7 lines
164 B
TypeScript
Raw Permalink Normal View History

/// <reference types="q" />
2016-11-25 13:25:45 +01:00
import * as plugins from './npmci.plugins';
2016-06-26 04:54:10 +02:00
/**
* cleans npmci config files
*/
export declare let clean: () => plugins.q.Promise<{}>;