1
1
mirror of https://github.com/neosubhamoy/pytubepp-helper.git synced 2026-02-04 11:22:22 +05:30

(feat): added nodejs detection

This commit is contained in:
2025-01-26 19:42:04 +05:30
Verified
parent 01c50cd339
commit 8bae029b5a
6 changed files with 56 additions and 8 deletions

View File

@@ -35,6 +35,10 @@ export interface InstalledPrograms {
installed: boolean;
version: string | null;
};
nodejs: {
installed: boolean;
version: string | null;
};
pytubepp: {
installed: boolean;
version: string | null;