UNPKG

@edgeone/framework-detect

Version:

A framework detection library for web projects

9 lines 393 B
import type { DetectionResult } from "../types.js"; /** * 远程检测框架类型 * @param body 请求体 * @param auth Git 提供商认证信息(GitHub 的 octokit 实例或 Gitee/GitLab 的用户信息) * @returns 检测结果 */ export declare function describeFrameworkRemote(body: any, auth?: any): Promise<DetectionResult>; //# sourceMappingURL=describeFrameworkRemote.d.ts.map