UNPKG
@bfehub/vuepress-theme-vmi
Version:
latest (1.60.0)
1.60.0
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Vmi theme of VuePress
github.com/bfehub/vmi
@bfehub/vuepress-theme-vmi
/
lib
/
client
/
utils
/
resolveRepoType.d.ts
3 lines
(2 loc)
•
149 B
TypeScript
View Raw
1
2
3
export
declare
type
RepoType
=
'GitHub'
|
'GitLab'
|
'Gitee'
|
'Bitbucket'
|
null
;
export
declare
const
resolveRepoType
:
(
repo
:
string
) =>
RepoType
;