UNPKG

gitly

Version:

An API to download and/or extract git repositories

12 lines (11 loc) 214 B
export default interface URLInfo { protocol: string; host: string; hostname: string; hash: string; href: string; path: string; repository: string; owner: string; type: string; }