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

2.0.3 • Public • Published

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

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: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by BendingBender.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @types/git-user-name

      Weekly Downloads

      1,481

      Version

      2.0.3

      License

      MIT

      Unpacked Size

      3.14 kB

      Total Files

      5

      Last publish

      Collaborators

      • types