github.com/jfrog/frogbot@v1.1.1-0.20231221090046-821a26f50338/action/node_modules/simple-git/dist/src/lib/tasks/hash-object.d.ts (about)

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