UNPKG

simple-git

Version:

Simple GIT interface for node.js

4 lines (3 loc) 207 B
import { InitResult } from '../../../typings'; import { StringTask } from '../types'; export declare function initTask(bare: boolean | undefined, path: string, customArgs: string[]): StringTask<InitResult>;