Installation
npm install --save @types/is-git-clean
Summary
This package contains type definitions for is-git-clean (https://github.com/jamestalmage/is-git-clean).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-git-clean.
index.d.ts
declare function isGitClean(dir?: string, options?: isGitClean.Options): Promise<boolean>;
declare namespace isGitClean {
interface Options {
files: string[];
}
function sync(dir?: string, options?: Options): boolean;
}
export = isGitClean;
Additional Details
- Last updated: Tue, 07 Nov 2023 03:09:37 GMT
- Dependencies: none
Credits
These definitions were written by Michaël De Boey.