UNPKG

174 BTypeScriptView Raw
1import { StringTask } from '../types';
2/**
3 * Task used by `git.hashObject`
4 */
5export declare function hashObjectTask(filePath: string, write: boolean): StringTask<string>;