UNPKG

@sap/generator-cap-project

Version:

Creates a new SAP Cloud Application Programming Model project.

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>;