UNPKG

projex

Version:
6 lines (5 loc) 138 B
export declare class BashRunCommandUtils { private command; constructor(command: string); run(root: string): Promise<void>; }