UNPKG

simple-git

Version:

Simple GIT interface for node.js

4 lines (3 loc) 172 B
import { StatusResult } from '../../../typings'; import { StringTask } from '../types'; export declare function statusTask(customArgs: string[]): StringTask<StatusResult>;