UNPKG

simple-git

Version:

Simple GIT interface for node.js

3 lines (2 loc) 116 B
import { MoveResult } from '../../../typings'; export declare function parseMoveResult(stdOut: string): MoveResult;