UNPKG

@edgeone/framework-detect

Version:

A framework detection library for web projects

11 lines 326 B
import type { GitProviderAdapter } from "./types.js"; /** * Gitee 适配器 */ export declare class GiteeAdapter implements GitProviderAdapter { private user; constructor(user: any); getContents(body: any, rootDir: string, path: string): Promise<any>; private buildPath; } //# sourceMappingURL=gitee.d.ts.map