UNPKG

@types/is-git-url

Version:
23 lines (16 loc) 683 B
# Installation > `npm install --save @types/is-git-url` # Summary This package contains type definitions for is-git-url (https://github.com/jonschlinkert/is-git-url). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-git-url. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-git-url/index.d.ts) ````ts export = isGitUrl; declare function isGitUrl(url: string): boolean; ```` ### Additional Details * Last updated: Tue, 07 Nov 2023 03:09:37 GMT * Dependencies: none # Credits These definitions were written by [BendingBender](https://github.com/BendingBender).