PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/nx/src/utils
Просмотр файла: find-matching-projects.d.ts
/**
* Find matching project names given a list of potential project names or globs.
*
* @param patterns A list of project names or globs to match against.
* @param projectNames An array containing the list of project names.
* @param projectNamesSet A set containing the list of project names.
* @returns
*/
export declare function findMatchingProjects(patterns: string[], projectNames: string[], projectNamesSet: Set<string>): string[];
Выполнить команду
Для локальной разработки. Не используйте в интернете!