6 lines
99 B
TypeScript
6 lines
99 B
TypeScript
import "typings-global";
|
|
/**
|
|
* cleans npmci config files
|
|
*/
|
|
export declare let clean: () => any;
|