npmci/dist/npmci.bash.d.ts

4 lines
133 B
TypeScript
Raw Normal View History

2016-05-30 01:40:07 +00:00
import "typings-global";
export declare let bash: (commandArg: any) => void;
2016-06-05 12:55:08 +00:00
export declare let bashBare: (commandArg: any) => void;