UNPKG

@altano/repository-tools

Version:

Misc tools for dealing with repositories of multiple version control systems (git, svn, etc)

6 lines 260 B
//#region src/types.d.ts declare const repositoryTypes: readonly ["git", "mercurial", "sapling", "subversion"]; type RepositoryType = (typeof repositoryTypes)[number]; //#endregion export { RepositoryType, repositoryTypes }; //# sourceMappingURL=types.d.ts.map