npmci/dist/npmci.bash.d.ts
2016-06-05 14:55:08 +02:00

4 lines
133 B
TypeScript

import "typings-global";
export declare let bash: (commandArg: any) => void;
export declare let bashBare: (commandArg: any) => void;