@types/github-url-from-git
TypeScript icon, indicating that this package has built-in type declarations

1.5.3 • Public • Published

Installation

npm install --save @types/github-url-from-git

Summary

This package contains type definitions for github-url-from-git (https://github.com/tj/node-github-url-from-git).

Details

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

index.d.ts

declare namespace githubUrlFromGit {
    interface githubUrlFromGitOptions {
        /**
         * additional URLs that should be treated as GitHub repos
         */
        extraBaseUrls?: string[] | undefined;
    }

    /**
     * Create a regular expression to parse GitHub URLs
     *
     * @param opts options for regular expression generator
     */
    function re(opts?: githubUrlFromGitOptions): RegExp;
}

/**
 * Normalize Git URLs into GitHub URLs
 *
 * @param url Git URL to process
 * @param opts options for URL parser
 * @returns GitHub URL
 */
declare function githubUrlFromGit(url: string, opts?: githubUrlFromGit.githubUrlFromGitOptions): string;

export = githubUrlFromGit;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Christian Murphy.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.5.31,235ts5.7
1.5.31,235ts5.6
1.5.31,235latest
1.5.31,235ts4.5
1.5.31,235ts4.6
1.5.31,235ts4.7
1.5.31,235ts4.8
1.5.31,235ts4.9
1.5.31,235ts5.0
1.5.31,235ts5.1
1.5.31,235ts5.2
1.5.31,235ts5.3
1.5.31,235ts5.4
1.5.31,235ts5.5
1.5.31,235ts5.8
1.5.1254ts3.6
1.5.1254ts3.7
1.5.1254ts3.8
1.5.1254ts3.9
1.5.1254ts4.0
1.5.1254ts4.1
1.5.1254ts4.2
1.5.1254ts4.3
1.5.1254ts4.4
1.5.04ts2.0
1.5.04ts2.1
1.5.04ts2.2
1.5.04ts2.3
1.5.04ts2.4
1.5.04ts2.5
1.5.04ts2.6
1.5.04ts2.7
1.5.04ts2.8
1.5.04ts2.9
1.5.04ts3.0
1.5.04ts3.1
1.5.04ts3.2
1.5.04ts3.3
1.5.04ts3.4
1.5.04ts3.5

Version History

VersionDownloads (Last 7 Days)Published
1.5.31,235
1.5.26
1.5.1254
1.5.04

Package Sidebar

Install

npm i @types/github-url-from-git

Weekly Downloads

1,329

Version

1.5.3

License

MIT

Unpacked Size

4.04 kB

Total Files

5

Last publish

Collaborators

  • types