aboutsummaryrefslogtreecommitdiff
path: root/node_modules/simple-git/src/lib/tasks/hash-object.d.ts
blob: cedf3e09b32f462d2a86d51bb0135cdc667b6db8 (plain)
1
2
3
4
5
import { StringTask } from '../types';
/**
 * Task used by `git.hashObject`
 */
export declare function hashObjectTask(filePath: string, write: boolean): StringTask<string>;