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