UNPKG

@afuteam-nx/plugin-pick-keyinfo-from-file-base-repos

Version:

批量统计团队代码仓库中配置文件是否有指定的配置,如 `package.json` 中是否有 依赖 `@afuteam/eslint-plugin-fe` 安装等 支持批量。

6 lines (5 loc) 188 B
declare function writeRes2SomePath(fileName: any, data: any, ResDirPath: any): void; declare const _default: { writeRes2SomePath: typeof writeRes2SomePath; }; export default _default;