3 lines
77 B
TypeScript
3 lines
77 B
TypeScript
|
|
import "typings-global";
|
||
|
|
export declare let bash: (commandArg: any) => void;
|