UNPKG

simple-git

Version:

Simple GIT interface for node.js

6 lines (5 loc) 174 B
import { StringTask } from '../types'; /** * Task used by `git.hashObject` */ export declare function hashObjectTask(filePath: string, write: boolean): StringTask<string>;