// Type definitions for is-git-url 1.0 // Project: https://github.com/jonschlinkert/is-git-url // Definitions by: BendingBender // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export = isGitUrl; declare function isGitUrl(url: string): boolean;