Files
szci/dist/npmci.bash.d.ts

4 lines
133 B
TypeScript
Raw Normal View History

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