/
ai_sampletext
/
DiplomWork
Обзор
Документация
Войти
/
ai_sampletext
/
DiplomWork
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/cross-env/dist/command.d.ts
8 строк
427 B
boolyshareyo
Initial commit
08 июн 2026, 16:00
08 июн 2026, 16:00
6216a29
Код
Авторство
О чём код?
/** * Converts an environment variable usage to be appropriate for the current OS * @param command Command to convert * @param env Map of the current environment variable names and their values * @param normalize If the command should be normalized using `path` after converting * @returns Converted command */ export declare function commandConvert(command: string, env: NodeJS.ProcessEnv, normalize?: boolean): string;