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:
@@ -35,6 +35,10 @@ export interface InstalledPrograms {
|
||||
installed: boolean;
|
||||
version: string | null;
|
||||
};
|
||||
nodejs: {
|
||||
installed: boolean;
|
||||
version: string | null;
|
||||
};
|
||||
pytubepp: {
|
||||
installed: boolean;
|
||||
version: string | null;
|
||||
|
||||
Reference in New Issue
Block a user