@types/is-git-clean
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/is-git-clean

Weekly Downloads

3,900

Version

1.1.2

License

MIT

Unpacked Size

3.11 kB

Total Files

5

Last publish

Collaborators

  • types