UNPKG

@vuepress-reco/style-default

Version:
3 lines (2 loc) 149 B
export declare type RepoType = 'GitHub' | 'GitLab' | 'Gitee' | 'Bitbucket' | null; export declare const resolveRepoType: (repo: string) => RepoType;