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