2.0.3 • Published 6 months ago

@types/git-user-name v2.0.3

Weekly downloads
613
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/git-user-name

Summary

This package contains type definitions for git-user-name (https://github.com/jonschlinkert/git-user-name).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/git-user-name.

index.d.ts

// Type definitions for git-user-name 2.0
// Project: https://github.com/jonschlinkert/git-user-name
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export = gitUserName;

declare function gitUserName(options?: gitUserName.Options): string | null;

declare namespace gitUserName {
    interface Options {
        cwd?: string | undefined;
        path?: string | undefined;
        gitconfig?: string | undefined;
    }
}

Additional Details

  • Last updated: Thu, 08 Jul 2021 12:02:09 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by BendingBender.