UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

6 lines 367 B
//#region lib/constants/platforms.d.ts declare const PLATFORM_HOST_TYPES: readonly ['azure', 'bitbucket', 'bitbucket-server', 'codecommit', 'forgejo', 'gerrit', 'gitea', 'github', 'gitlab', 'local', 'scm-manager']; type PlatformId = (typeof PLATFORM_HOST_TYPES)[number]; //#endregion export { PLATFORM_HOST_TYPES, PlatformId }; //# sourceMappingURL=platforms.d.ts.map